unicodeveloper commited on
Commit
52c3429
·
1 Parent(s): 75ab46c
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -2
app.py CHANGED
@@ -35,7 +35,7 @@ def create(
35
  output_path = f"output_{mode}_{used_seed}.mp4"
36
 
37
  config = InferenceConfig(
38
- pipeline_config="configs/ltxv-13b-0.9.8-distilled-fp8.yaml",
39
  prompt=prompt,
40
  negative_prompt=negative_prompt,
41
  height=height_ui,
 
35
  output_path = f"output_{mode}_{used_seed}.mp4"
36
 
37
  config = InferenceConfig(
38
+ pipeline_config="configs/ltxv-2b-0.9.8-distilled.yaml",
39
  prompt=prompt,
40
  negative_prompt=negative_prompt,
41
  height=height_ui,
requirements.txt CHANGED
@@ -13,5 +13,4 @@ einops
13
  timm
14
  av
15
  ltx-video
16
- git+https://github.com/huggingface/diffusers.git@main
17
- git+https://github.com/Lightricks/LTXVideo-Q8-Kernels.git
 
13
  timm
14
  av
15
  ltx-video
16
+ git+https://github.com/huggingface/diffusers.git@main