Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ models = [
|
|
30 |
Model("Anything V3 Better-Vae", "Linaqruf/anything-v3-better-vae", ""),
|
31 |
Model("Anything V4", "andite/anything-v4.0", ""),
|
32 |
Model("Anything V4.5", "ckpt/anything-v4.5", ""),
|
|
|
33 |
Model("Yohan","andite/yohan-diffusion", ""),
|
34 |
Model("cutesexyrobutts","andite/cutesexyrobutts-diffusion",""),
|
35 |
Model("Modern Disney", "nitrosocke/mo-di-diffusion", "modern disney style "),
|
|
|
30 |
Model("Anything V3 Better-Vae", "Linaqruf/anything-v3-better-vae", ""),
|
31 |
Model("Anything V4", "andite/anything-v4.0", ""),
|
32 |
Model("Anything V4.5", "ckpt/anything-v4.5", ""),
|
33 |
+
Model( "Pastel Mix","andite/pastel-mix", ""),
|
34 |
Model("Yohan","andite/yohan-diffusion", ""),
|
35 |
Model("cutesexyrobutts","andite/cutesexyrobutts-diffusion",""),
|
36 |
Model("Modern Disney", "nitrosocke/mo-di-diffusion", "modern disney style "),
|