unicodeveloper commited on
Commit
4ccb5a2
·
1 Parent(s): 3edd875
Files changed (1) hide show
  1. app.py +1 -1
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.8-distilled.yaml",
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,