Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,10 @@ class Model:
|
|
18 |
AssertionError: parameter: src must be one of dict_keys(['huggingface', 'models', 'spaces'])
|
19 |
"""
|
20 |
models = [
|
21 |
-
Model("Marvel","models/ItsJayQz/Marvel_WhatIf_Diffusion", ""),
|
22 |
Model("Cyberpunk Anime Diffusion", "models/DGSpitzer/Cyberpunk-Anime-Diffusion", "dgs illustration style "),
|
23 |
Model("Guan Yu Diffusion", "models/DGSpitzer/Guan-Yu-Diffusion", "Guan-Yu"),
|
|
|
24 |
Model("classic Disney", "models/nitrosocke/classic-anim-diffusion", "classic disney style"),
|
25 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
26 |
]
|
|
|
18 |
AssertionError: parameter: src must be one of dict_keys(['huggingface', 'models', 'spaces'])
|
19 |
"""
|
20 |
models = [
|
21 |
+
Model("Marvel","models/ItsJayQz/Marvel_WhatIf_Diffusion", "whatif style"),
|
22 |
Model("Cyberpunk Anime Diffusion", "models/DGSpitzer/Cyberpunk-Anime-Diffusion", "dgs illustration style "),
|
23 |
Model("Guan Yu Diffusion", "models/DGSpitzer/Guan-Yu-Diffusion", "Guan-Yu"),
|
24 |
+
Model("Portrait plus", "models/wavymulder/portraitplus", "portrait+ style"),
|
25 |
Model("classic Disney", "models/nitrosocke/classic-anim-diffusion", "classic disney style"),
|
26 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
27 |
]
|