Silence1412
commited on
Commit
•
6b8ad12
1
Parent(s):
f047449
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from transformers import pipeline, set_seed
|
|
7 |
import random
|
8 |
import re
|
9 |
|
10 |
-
model_id = "
|
11 |
|
12 |
pipe = StableDiffusionPipeline.from_pretrained(model_id).to('cpu')
|
13 |
|
|
|
7 |
import random
|
8 |
import re
|
9 |
|
10 |
+
model_id = "stable-diffusion-v1-5/stable-diffusion-v1-5"
|
11 |
|
12 |
pipe = StableDiffusionPipeline.from_pretrained(model_id).to('cpu')
|
13 |
|