Spaces:
Build error
Build error
alfredplpl
commited on
Commit
•
f8042e7
1
Parent(s):
f89a36c
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
from PIL import Image
|
7 |
import random
|
8 |
|
9 |
-
model_id = 'aipicasso/cool-japan-diffusion-2-1-1'
|
10 |
|
11 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler")
|
12 |
feature_extractor = CLIPFeatureExtractor.from_pretrained(model_id)
|
@@ -145,10 +145,10 @@ with gr.Blocks(css=css) as demo:
|
|
145 |
f"""
|
146 |
<div class="main-div">
|
147 |
<div>
|
148 |
-
<h1>Cool Japan Diffusion 2.1.1</h1>
|
149 |
</div>
|
150 |
<p>
|
151 |
-
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>
|
152 |
</p>
|
153 |
<p>
|
154 |
sample : Click "Generate" button without any scripts.
|
|
|
6 |
from PIL import Image
|
7 |
import random
|
8 |
|
9 |
+
model_id = 'aipicasso/cool-japan-diffusion-2-1-1-1'
|
10 |
|
11 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler")
|
12 |
feature_extractor = CLIPFeatureExtractor.from_pretrained(model_id)
|
|
|
145 |
f"""
|
146 |
<div class="main-div">
|
147 |
<div>
|
148 |
+
<h1>Cool Japan Diffusion 2.1.1.1</h1>
|
149 |
</div>
|
150 |
<p>
|
151 |
+
Demo for <a href="https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1">Cool Japan Diffusion 2.1.1.1</a> Stable Diffusion model.<br>
|
152 |
</p>
|
153 |
<p>
|
154 |
sample : Click "Generate" button without any scripts.
|