Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +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 |
-
"Raxephion/
|
42 |
"Yntec/RevAnimatedV2Rebirth",
|
43 |
"stablediffusionapi/realcartoon-anime-v11"
|
44 |
# "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/Typhoon-SD1.5-V1",
|
42 |
"Yntec/RevAnimatedV2Rebirth",
|
43 |
"stablediffusionapi/realcartoon-anime-v11"
|
44 |
# "CompVis/stable-diffusion-v1-4", # Example SD 1.4 model (might behave slightly differently)
|