Spaces:
Running
on
Zero
Running
on
Zero
Update constants.py
Browse files- constants.py +12 -1
constants.py
CHANGED
@@ -24,7 +24,9 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
24 |
'John6666/lyh-anime-flux-v2a1-fp8-flux',
|
25 |
'John6666/carnival-unchained-v10-fp8-flux',
|
26 |
'Freepik/flux.1-lite-8B-alpha',
|
27 |
-
'
|
|
|
|
|
28 |
'John6666/noobai-xl-nai-xl-epsilonpred10version-sdxl',
|
29 |
'John6666/noobai-xl-nai-xl-epsilonpred075version-sdxl',
|
30 |
'John6666/noobai-xl-nai-xl-epsilonpred05version-sdxl',
|
@@ -87,6 +89,8 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
87 |
'yodayo-ai/kivotos-xl-2.0',
|
88 |
'yodayo-ai/holodayo-xl-2.1',
|
89 |
'yodayo-ai/clandestine-xl-1.0',
|
|
|
|
|
90 |
'digiplay/majicMIX_sombre_v2',
|
91 |
'digiplay/majicMIX_realistic_v6',
|
92 |
'digiplay/majicMIX_realistic_v7',
|
@@ -292,6 +296,13 @@ MODEL_TYPE_CLASS = {
|
|
292 |
"diffusers:FluxPipeline": "FLUX",
|
293 |
}
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
POST_PROCESSING_SAMPLER = ["Use same sampler"] + [
|
296 |
name_s for name_s in scheduler_names if "Auto-Loader" not in name_s
|
297 |
]
|
|
|
24 |
'John6666/lyh-anime-flux-v2a1-fp8-flux',
|
25 |
'John6666/carnival-unchained-v10-fp8-flux',
|
26 |
'Freepik/flux.1-lite-8B-alpha',
|
27 |
+
'shauray/FluxDev-HyperSD-merged',
|
28 |
+
'mikeyandfriends/PixelWave_FLUX.1-dev_03',
|
29 |
+
'terminusresearch/FluxBooru-v0.3',
|
30 |
'John6666/noobai-xl-nai-xl-epsilonpred10version-sdxl',
|
31 |
'John6666/noobai-xl-nai-xl-epsilonpred075version-sdxl',
|
32 |
'John6666/noobai-xl-nai-xl-epsilonpred05version-sdxl',
|
|
|
89 |
'yodayo-ai/kivotos-xl-2.0',
|
90 |
'yodayo-ai/holodayo-xl-2.1',
|
91 |
'yodayo-ai/clandestine-xl-1.0',
|
92 |
+
'ostris/OpenFLUX.1',
|
93 |
+
'shuttleai/shuttle-3-diffusion',
|
94 |
'digiplay/majicMIX_sombre_v2',
|
95 |
'digiplay/majicMIX_realistic_v6',
|
96 |
'digiplay/majicMIX_realistic_v7',
|
|
|
296 |
"diffusers:FluxPipeline": "FLUX",
|
297 |
}
|
298 |
|
299 |
+
DIFFUSECRAFT_CHECKPOINT_NAME = {
|
300 |
+
"sd1.5": "SD 1.5",
|
301 |
+
"sdxl": "SDXL",
|
302 |
+
"flux-dev": "FLUX",
|
303 |
+
"flux-schnell": "FLUX",
|
304 |
+
}
|
305 |
+
|
306 |
POST_PROCESSING_SAMPLER = ["Use same sampler"] + [
|
307 |
name_s for name_s in scheduler_names if "Auto-Loader" not in name_s
|
308 |
]
|