Fix
Browse files
app.ipynb
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
-
"execution_count":
|
68 |
"id": "7579bfc6-ddf6-444d-ab7e-505734d86e4d",
|
69 |
"metadata": {},
|
70 |
"outputs": [
|
@@ -72,7 +72,7 @@
|
|
72 |
"name": "stdout",
|
73 |
"output_type": "stream",
|
74 |
"text": [
|
75 |
-
"Running on local URL: http://127.0.0.1:
|
76 |
"\n",
|
77 |
"To create a public link, set `share=True` in `launch()`.\n"
|
78 |
]
|
@@ -80,7 +80,7 @@
|
|
80 |
{
|
81 |
"data": {
|
82 |
"text/html": [
|
83 |
-
"<div><iframe src=\"http://127.0.0.1:
|
84 |
],
|
85 |
"text/plain": [
|
86 |
"<IPython.core.display.HTML object>"
|
@@ -93,7 +93,7 @@
|
|
93 |
"data": {
|
94 |
"text/plain": []
|
95 |
},
|
96 |
-
"execution_count":
|
97 |
"metadata": {},
|
98 |
"output_type": "execute_result"
|
99 |
}
|
@@ -108,11 +108,9 @@
|
|
108 |
" \n",
|
109 |
" Welcome to the leaderboard for the DreamBooth Hackathon! This is a community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt. \n",
|
110 |
" \n",
|
111 |
-
" This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below
|
112 |
-
"\n",
|
113 |
-
" We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!\n",
|
114 |
" \n",
|
115 |
-
" For details on how to participate, check out the hackathon's guide [here](
|
116 |
" \"\"\"\n",
|
117 |
" )\n",
|
118 |
" with gr.Tabs():\n",
|
@@ -183,7 +181,7 @@
|
|
183 |
},
|
184 |
{
|
185 |
"cell_type": "code",
|
186 |
-
"execution_count":
|
187 |
"id": "17ff7d33-0c9a-4ca0-bb7b-ba1661063035",
|
188 |
"metadata": {},
|
189 |
"outputs": [
|
@@ -191,7 +189,7 @@
|
|
191 |
"name": "stdout",
|
192 |
"output_type": "stream",
|
193 |
"text": [
|
194 |
-
"Closing server running on port:
|
195 |
]
|
196 |
}
|
197 |
],
|
@@ -201,7 +199,7 @@
|
|
201 |
},
|
202 |
{
|
203 |
"cell_type": "code",
|
204 |
-
"execution_count":
|
205 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
206 |
"metadata": {},
|
207 |
"outputs": [],
|
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
+
"execution_count": 117,
|
68 |
"id": "7579bfc6-ddf6-444d-ab7e-505734d86e4d",
|
69 |
"metadata": {},
|
70 |
"outputs": [
|
|
|
72 |
"name": "stdout",
|
73 |
"output_type": "stream",
|
74 |
"text": [
|
75 |
+
"Running on local URL: http://127.0.0.1:7894\n",
|
76 |
"\n",
|
77 |
"To create a public link, set `share=True` in `launch()`.\n"
|
78 |
]
|
|
|
80 |
{
|
81 |
"data": {
|
82 |
"text/html": [
|
83 |
+
"<div><iframe src=\"http://127.0.0.1:7894/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
|
84 |
],
|
85 |
"text/plain": [
|
86 |
"<IPython.core.display.HTML object>"
|
|
|
93 |
"data": {
|
94 |
"text/plain": []
|
95 |
},
|
96 |
+
"execution_count": 117,
|
97 |
"metadata": {},
|
98 |
"output_type": "execute_result"
|
99 |
}
|
|
|
108 |
" \n",
|
109 |
" Welcome to the leaderboard for the DreamBooth Hackathon! This is a community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt. \n",
|
110 |
" \n",
|
111 |
+
" This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below. We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!\n",
|
|
|
|
|
112 |
" \n",
|
113 |
+
" For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).\n",
|
114 |
" \"\"\"\n",
|
115 |
" )\n",
|
116 |
" with gr.Tabs():\n",
|
|
|
181 |
},
|
182 |
{
|
183 |
"cell_type": "code",
|
184 |
+
"execution_count": 118,
|
185 |
"id": "17ff7d33-0c9a-4ca0-bb7b-ba1661063035",
|
186 |
"metadata": {},
|
187 |
"outputs": [
|
|
|
189 |
"name": "stdout",
|
190 |
"output_type": "stream",
|
191 |
"text": [
|
192 |
+
"Closing server running on port: 7894\n"
|
193 |
]
|
194 |
}
|
195 |
],
|
|
|
199 |
},
|
200 |
{
|
201 |
"cell_type": "code",
|
202 |
+
"execution_count": 119,
|
203 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
204 |
"metadata": {},
|
205 |
"outputs": [],
|
app.py
CHANGED
@@ -50,11 +50,9 @@ with block:
|
|
50 |
|
51 |
Welcome to the leaderboard for the DreamBooth Hackathon! This is a community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt.
|
52 |
|
53 |
-
This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below.
|
54 |
-
|
55 |
-
We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!
|
56 |
|
57 |
-
For details on how to participate, check out the hackathon's guide [here](
|
58 |
"""
|
59 |
)
|
60 |
with gr.Tabs():
|
|
|
50 |
|
51 |
Welcome to the leaderboard for the DreamBooth Hackathon! This is a community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt.
|
52 |
|
53 |
+
This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below. We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!
|
|
|
|
|
54 |
|
55 |
+
For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).
|
56 |
"""
|
57 |
)
|
58 |
with gr.Tabs():
|