Update model.py
Browse files
model.py
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
from multit2i import find_model_list
|
2 |
|
3 |
models = [
|
4 |
-
'KBlueLeaf/Kohaku-XL-Epsilon',
|
5 |
-
'digiplay/YabaLMixAnimeRealistic_V1.0_VAE',
|
6 |
-
'digiplay/unstableDiffusersYamerMIX_v3',
|
7 |
-
'digiplay/cosfMix_v1',
|
8 |
-
'digiplay/rRealism_v1.0_riiwa',
|
9 |
-
'vcolamatteo/pokemon-text_to_image_lora_1',
|
10 |
'stabilityai/stable-diffusion-2',
|
11 |
-
'KBlueLeaf/kohaku-xl-beta5',
|
12 |
-
'calcuis/illustrious',
|
13 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
14 |
'stabilityai/stable-diffusion-3.5-large',
|
|
|
|
|
|
|
15 |
'black-forest-labs/FLUX.1-dev',
|
16 |
'votepurchase/kivotos-xl-2.',
|
17 |
'strangerzonehf/Flux-Isometric-3D-LoRA',
|
@@ -25,7 +20,11 @@ models = [
|
|
25 |
'votepurchase/ponyDiffusionV6XL',
|
26 |
'eienmojiki/Anything-XL',
|
27 |
'eienmojiki/Starry-XL-v5.2',
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
'digiplay/majicMIX_sombre_v2',
|
30 |
'digiplay/majicMIX_realistic_v7',
|
31 |
'digiplay/majicMIX_realistic_v6',
|
|
|
1 |
from multit2i import find_model_list
|
2 |
|
3 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
'stabilityai/stable-diffusion-2',
|
|
|
|
|
5 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
6 |
'stabilityai/stable-diffusion-3.5-large',
|
7 |
+
'vcolamatteo/pokemon-text_to_image_lora_1',
|
8 |
+
'KBlueLeaf/kohaku-xl-beta5',
|
9 |
+
'calcuis/illustrious',
|
10 |
'black-forest-labs/FLUX.1-dev',
|
11 |
'votepurchase/kivotos-xl-2.',
|
12 |
'strangerzonehf/Flux-Isometric-3D-LoRA',
|
|
|
20 |
'votepurchase/ponyDiffusionV6XL',
|
21 |
'eienmojiki/Anything-XL',
|
22 |
'eienmojiki/Starry-XL-v5.2',
|
23 |
+
'digiplay/YabaLMixAnimeRealistic_V1.0_VAE',
|
24 |
+
'digiplay/unstableDiffusersYamerMIX_v3',
|
25 |
+
'digiplay/cosfMix_v1',
|
26 |
+
'digiplay/rRealism_v1.0_riiwa',
|
27 |
+
'digiplay/MilkyWonderland_v1',
|
28 |
'digiplay/majicMIX_sombre_v2',
|
29 |
'digiplay/majicMIX_realistic_v7',
|
30 |
'digiplay/majicMIX_realistic_v6',
|