Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
52c3429
1
Parent(s):
75ab46c
fix
Browse files- app.py +1 -1
- 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-
|
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
|
|