Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4ccb5a2
1
Parent(s):
3edd875
try
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def create(
|
|
52 |
raise gr.Error(f"Invalid mode: {mode}. Must be one of: text-to-video, image-to-video, video-to-video")
|
53 |
|
54 |
config = InferenceConfig(
|
55 |
-
pipeline_config="configs/ltxv-2b-0.9.
|
56 |
prompt=prompt,
|
57 |
negative_prompt=negative_prompt,
|
58 |
height=height_ui,
|
|
|
52 |
raise gr.Error(f"Invalid mode: {mode}. Must be one of: text-to-video, image-to-video, video-to-video")
|
53 |
|
54 |
config = InferenceConfig(
|
55 |
+
pipeline_config="configs/ltxv-2b-0.9.6-dev.yaml",
|
56 |
prompt=prompt,
|
57 |
negative_prompt=negative_prompt,
|
58 |
height=height_ui,
|