Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
75a678a
1
Parent(s):
44397cd
Now use the fp8-distilled model
Browse files
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-
|
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-13b-0.9.8-distilled-fp8.yaml",
|
39 |
prompt=prompt,
|
40 |
negative_prompt=negative_prompt,
|
41 |
height=height_ui,
|