Raxephion commited on
Commit
a429603
·
verified ·
1 Parent(s): d7ff0be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- "danyloylo/sd1.5-ghibli-style-05",
44
- "Bilal326/SD_1.5_DragonWarriorV2"
 
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
  ]