Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,19 @@ mmodels = {
|
|
14 |
"Stable Diffusion 3.5": "stabilityai/stable-diffusion-3.5-large",
|
15 |
"Midjourney": "Jovie/Midjourney",
|
16 |
"FLUX RealismLora": "XLabs-AI/flux-RealismLora",
|
17 |
-
"PixelArt": "nerijs/pixel-art-xl",
|
18 |
"FLUX Game Assets": "gokaygokay/Flux-Game-Assets-LoRA-v2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
timeout = 125
|
21 |
# PLEASE ❤ like ❤ this space. Please like me. I am 14 years old, one of my projects is: https://yufic.ru . I live in Russia, I don't know English very well. Therefore, I apologize that there is only Russian here, but I think it will not be difficult to translate all this. (For example, using gpt)
|
|
|
14 |
"Stable Diffusion 3.5": "stabilityai/stable-diffusion-3.5-large",
|
15 |
"Midjourney": "Jovie/Midjourney",
|
16 |
"FLUX RealismLora": "XLabs-AI/flux-RealismLora",
|
|
|
17 |
"FLUX Game Assets": "gokaygokay/Flux-Game-Assets-LoRA-v2",
|
18 |
+
"Stable Diffusion v1-5": "stable-diffusion-v1-5/stable-diffusion-v1-5",
|
19 |
+
"Pixel Art XL": "nerijs/pixel-art-xl",
|
20 |
+
"Knitted Character Flux": "prithivMLmods/Knitted-Character-Flux-LoRA",
|
21 |
+
"Flux Ghibsky Illustration": "aleksa-codes/flux-ghibsky-illustration",
|
22 |
+
"Flux Super Realism": "strangerzonehf/Flux-Super-Realism-LoRA",
|
23 |
+
"Flux Animex v2": "strangerzonehf/Flux-Animex-v2-LoRA",
|
24 |
+
"Flux Qwen Capybara": "cfahlgren1/flux-qwen-capybara",
|
25 |
+
"Softserve Anime": "alvdansen/softserve_anime",
|
26 |
+
"FLUX Aesthetic Anime": "dataautogpt3/FLUX-AestheticAnime",
|
27 |
+
"FLUX Animeo v1": "strangerzonehf/Flux-Animeo-v1-LoRA",
|
28 |
+
"Fractured Line Flare": "prithivMLmods/Fractured-Line-Flare",
|
29 |
+
"Castor 3D Portrait Flux": "prithivMLmods/Castor-3D-Portrait-Flux-LoRA"
|
30 |
}
|
31 |
timeout = 125
|
32 |
# PLEASE ❤ like ❤ this space. Please like me. I am 14 years old, one of my projects is: https://yufic.ru . I live in Russia, I don't know English very well. Therefore, I apologize that there is only Russian here, but I think it will not be difficult to translate all this. (For example, using gpt)
|