Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,7 @@ DEFAULT_SCHEDULER = "Euler" # Default scheduler on startup
|
|
38 |
# List of popular Stable Diffusion 1.5 models on the Hugging Face Hub
|
39 |
# For Spaces, this is the primary source of models.
|
40 |
DEFAULT_HUB_MODELS = [
|
41 |
-
"
|
42 |
-
"danyloylo/sd1.5-ghibli-style-05",
|
43 |
-
"emilianJR/epiCRealism",
|
44 |
"Yntec/RevAnimatedV2Rebirth",
|
45 |
"stablediffusionapi/realcartoon-anime-v11"
|
46 |
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|
|
|
38 |
# List of popular Stable Diffusion 1.5 models on the Hugging Face Hub
|
39 |
# For Spaces, this is the primary source of models.
|
40 |
DEFAULT_HUB_MODELS = [
|
41 |
+
"Raxephion/TyphoonSD15_V1",
|
|
|
|
|
42 |
"Yntec/RevAnimatedV2Rebirth",
|
43 |
"stablediffusionapi/realcartoon-anime-v11"
|
44 |
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|