Spaces:
Restarting
on
Zero
Restarting
on
Zero
tianleliphoebe
commited on
Commit
•
77d3539
1
Parent(s):
90b0046
Update model/models/__init__.py
Browse files- model/models/__init__.py +1 -1
model/models/__init__.py
CHANGED
@@ -7,7 +7,7 @@ from .videogenhub_models import load_videogenhub_model
|
|
7 |
# IMAGE_GENERATION_MODELS = ['fal_LCM(v1.5/XL)_text2image','fal_SDXLTurbo_text2image','fal_SDXL_text2image', 'imagenhub_PixArtAlpha_generation', 'fal_PixArtSigma_text2image',
|
8 |
# 'imagenhub_OpenJourney_generation','fal_SDXLLightning_text2image', 'fal_StableCascade_text2image',
|
9 |
# 'playground_PlayGroundV2_generation', 'playground_PlayGroundV2.5_generation']
|
10 |
-
IMAGE_GENERATION_MODELS = ['imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation',
|
11 |
'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation',
|
12 |
'playground_PlayGroundV2_generation', 'playground_PlayGroundV2.5_generation']
|
13 |
IMAGE_EDITION_MODELS = ['imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition',
|
|
|
7 |
# IMAGE_GENERATION_MODELS = ['fal_LCM(v1.5/XL)_text2image','fal_SDXLTurbo_text2image','fal_SDXL_text2image', 'imagenhub_PixArtAlpha_generation', 'fal_PixArtSigma_text2image',
|
8 |
# 'imagenhub_OpenJourney_generation','fal_SDXLLightning_text2image', 'fal_StableCascade_text2image',
|
9 |
# 'playground_PlayGroundV2_generation', 'playground_PlayGroundV2.5_generation']
|
10 |
+
IMAGE_GENERATION_MODELS = ['imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation', 'imagenhub_PixArtSigma_generation',
|
11 |
'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation',
|
12 |
'playground_PlayGroundV2_generation', 'playground_PlayGroundV2.5_generation']
|
13 |
IMAGE_EDITION_MODELS = ['imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition',
|