ygtrfed commited on
Commit
ea23183
·
1 Parent(s): 1fca637

added upscalerx4 to list of models

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ models = [
119
  Model("Funko-Diffusion", "prompthero/funko-diffusion", "funko style"),
120
  Model("DreamShaper", "Lykon/DreamShaper", "dreamshaper"),
121
  Model("Realistic_Vision_V1.4", "SG161222/Realistic_Vision_V1.4", ""),
 
122
 
123
 
124
 
 
119
  Model("Funko-Diffusion", "prompthero/funko-diffusion", "funko style"),
120
  Model("DreamShaper", "Lykon/DreamShaper", "dreamshaper"),
121
  Model("Realistic_Vision_V1.4", "SG161222/Realistic_Vision_V1.4", ""),
122
+ Model("upscalerx4","stabilityai/stable-diffusion-x4-upscaler","")
123
 
124
 
125