Spaces:
Running
on
Zero
Running
on
Zero
DongfuJiang
commited on
Commit
•
80a82a9
1
Parent(s):
513e628
update
Browse files- model/models/__init__.py +1 -1
model/models/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from .imagenhub_models import load_imagenhub_model
|
2 |
from .playground_api import load_playground_model
|
3 |
-
from .fal_api_models import load_fal_model
|
4 |
|
5 |
IMAGE_GENERATION_MODELS = ['imagenhub_LCM_generation','imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation',
|
6 |
'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation',
|
|
|
1 |
from .imagenhub_models import load_imagenhub_model
|
2 |
from .playground_api import load_playground_model
|
3 |
+
# from .fal_api_models import load_fal_model
|
4 |
|
5 |
IMAGE_GENERATION_MODELS = ['imagenhub_LCM_generation','imagenhub_SDXLTurbo_generation','imagenhub_SDXL_generation', 'imagenhub_PixArtAlpha_generation',
|
6 |
'imagenhub_OpenJourney_generation','imagenhub_SDXLLightning_generation', 'imagenhub_StableCascade_generation',
|