Severian commited on
Commit
b5ec975
·
verified ·
1 Parent(s): 506e507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ CONTROLNET_MODELS = {
47
 
48
  DIFFUSION_MODELS = {
49
  "GhostMix": "sinkinai/GhostMix-V2-BakedVae",
 
50
  # Add more diffusion models here
51
  }
52
 
 
47
 
48
  DIFFUSION_MODELS = {
49
  "GhostMix": "sinkinai/GhostMix-V2-BakedVae",
50
+ "Stable v1.5": "Jiali/stable-diffusion-1.5",
51
  # Add more diffusion models here
52
  }
53