alfredplpl
commited on
Commit
•
8f1b415
1
Parent(s):
2db0441
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(css=css) as demo:
|
|
144 |
Demo for <a href="https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1">Cool Japan Diffusion 2.1.1</a> Stable Diffusion model.<br>
|
145 |
</p>
|
146 |
<p>
|
147 |
-
sample :
|
148 |
</p>
|
149 |
<p>
|
150 |
sample prompt1 : girl, kimono
|
@@ -155,7 +155,7 @@ with gr.Blocks(css=css) as demo:
|
|
155 |
<p>
|
156 |
<a href="https://alfredplpl.hatenablog.com/entry/2023/01/11/182146">日本語の取扱説明書</a>.
|
157 |
</p>
|
158 |
-
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"}
|
159 |
<a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/cool-japan-diffusion-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
160 |
</div>
|
161 |
"""
|
|
|
144 |
Demo for <a href="https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1">Cool Japan Diffusion 2.1.1</a> Stable Diffusion model.<br>
|
145 |
</p>
|
146 |
<p>
|
147 |
+
sample : Click "Generate" button without any scripts.
|
148 |
</p>
|
149 |
<p>
|
150 |
sample prompt1 : girl, kimono
|
|
|
155 |
<p>
|
156 |
<a href="https://alfredplpl.hatenablog.com/entry/2023/01/11/182146">日本語の取扱説明書</a>.
|
157 |
</p>
|
158 |
+
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"} <br>
|
159 |
<a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/cool-japan-diffusion-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
160 |
</div>
|
161 |
"""
|