Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,10 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
25 |
os.environ["SAFETENSORS_FAST_GPU"] = "1"
|
26 |
MAX_SEED = np.iinfo(np.int64).max
|
27 |
|
28 |
-
single_file_url = "https://huggingface.co/Lightricks/LTX-Video/
|
|
|
|
|
|
|
29 |
|
30 |
pipe = LTXImageToVideoPipeline.from_pretrained(
|
31 |
"Lightricks/LTX-Video",
|
|
|
25 |
os.environ["SAFETENSORS_FAST_GPU"] = "1"
|
26 |
MAX_SEED = np.iinfo(np.int64).max
|
27 |
|
28 |
+
single_file_url = "https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-2b-0.9.6-distilled-04-25.safetensors"
|
29 |
+
# old -> https://huggingface.co/Lightricks/LTX-Video/ltx-video-2b-v0.9.1.safetensors
|
30 |
+
# quality -> https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-2b-0.9.6-dev-04-25.safetensors
|
31 |
+
# fast -> https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-2b-0.9.6-distilled-04-25.safetensors
|
32 |
|
33 |
pipe = LTXImageToVideoPipeline.from_pretrained(
|
34 |
"Lightricks/LTX-Video",
|