Spaces:
Build error
Build error
added upscalerx4 to list of models
Browse files
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 |
|