Raxephion commited on
Commit
192e252
·
verified ·
1 Parent(s): 29856bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -38,11 +38,11 @@ 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
- "runwayml/stable-diffusion-v1-5",
42
  "SG161222/Realistic_Vision_V6.0_B1_noVAE", # Example popular 1.5 model
43
- "nitrosocke/Ghibli-Diffusion",
44
  "danyloylo/sd1.5-ghibli-style-05",
45
- "Bilal326/SD_1.5_DragonWarriorV2"
 
 
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
  ]
 
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
  "SG161222/Realistic_Vision_V6.0_B1_noVAE", # Example popular 1.5 model
 
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)
47
  # Add other diffusers-compatible SD1.5 models here
48
  ]