Raxephion commited on
Commit
7e8037c
·
verified ·
1 Parent(s): 7827b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- "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)
 
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)