Spaces:
Running
on
Zero
Running
on
Zero
Update model/models/__init__.py
Browse files- model/models/__init__.py +5 -3
model/models/__init__.py
CHANGED
|
@@ -16,9 +16,11 @@ IMAGE_EDITION_MODELS = ['imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZe
|
|
| 16 |
'imagenhub_InfEdit_edition', 'imagenhub_CosXLEdit_edition']
|
| 17 |
VIDEO_GENERATION_MODELS = ['fal_AnimateDiff_text2video',
|
| 18 |
'fal_AnimateDiffTurbo_text2video',
|
| 19 |
-
|
| 20 |
-
'videogenhub_LaVie_generation',
|
| 21 |
-
'
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
def load_pipeline(model_name):
|
|
|
|
| 16 |
'imagenhub_InfEdit_edition', 'imagenhub_CosXLEdit_edition']
|
| 17 |
VIDEO_GENERATION_MODELS = ['fal_AnimateDiff_text2video',
|
| 18 |
'fal_AnimateDiffTurbo_text2video',
|
| 19 |
+
'fal_StableVideoDiffusion_text2video',
|
| 20 |
+
'videogenhub_LaVie_generation',
|
| 21 |
+
'videogenhub_VideoCrafter2_generation',
|
| 22 |
+
'videogenhub_ModelScope_generation',
|
| 23 |
+
'videogenhub_OpenSora_generation']
|
| 24 |
|
| 25 |
|
| 26 |
def load_pipeline(model_name):
|