Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import random
|
|
12 |
|
13 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
14 |
|
15 |
-
MODELS = ["stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1-base", "stabilityai/stable-diffusion-2"]
|
16 |
OUTPUT_PATH = ".output"
|
17 |
os.makedirs(OUTPUT_PATH, exist_ok=True)
|
18 |
|
|
|
12 |
|
13 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
14 |
|
15 |
+
MODELS = ["stabilityai/stable-diffusion-2-1", "friedrichor/stable-diffusion-2-1-realistic", "stabilityai/stable-diffusion-2-1-base", "stabilityai/stable-diffusion-2"]
|
16 |
OUTPUT_PATH = ".output"
|
17 |
os.makedirs(OUTPUT_PATH, exist_ok=True)
|
18 |
|