Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,9 @@ DEFAULT_HUB_MODELS = [
|
|
40 |
"runwayml/stable-diffusion-v1-5",
|
41 |
"SG161222/Realistic_Vision_V6.0_B1_noVAE", # Example popular 1.5 model
|
42 |
"nitrosocke/Ghibli-Diffusion",
|
43 |
-
"
|
44 |
-
"
|
|
|
45 |
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|
46 |
# Add other diffusers-compatible SD1.5 models here
|
47 |
]
|
|
|
40 |
"runwayml/stable-diffusion-v1-5",
|
41 |
"SG161222/Realistic_Vision_V6.0_B1_noVAE", # Example popular 1.5 model
|
42 |
"nitrosocke/Ghibli-Diffusion",
|
43 |
+
"Bilal326/SD_1.5_DragonWarriorV2",
|
44 |
+
"emilianJR/epiCRealism",
|
45 |
+
"Yntec/RevAnimatedV2Rebirth"
|
46 |
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|
47 |
# Add other diffusers-compatible SD1.5 models here
|
48 |
]
|