From 2275606e8efee6f0f65b031370fa795c925fb7e6 Mon Sep 17 00:00:00 2001 From: deepbeepmeep Date: Mon, 21 Jul 2025 10:17:40 +0200 Subject: [PATCH] fix LTXV URL --- defaults/ltxv_distilled.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/ltxv_distilled.json b/defaults/ltxv_distilled.json index 0cdf844..8973b11 100644 --- a/defaults/ltxv_distilled.json +++ b/defaults/ltxv_distilled.json @@ -5,7 +5,7 @@ "architecture" : "ltxv_13B", "description": "LTX Video is a fast model that can be used to generate very long videos (up to 1800 frames !).This distilled version is a very fast version and retains a high level of quality. The LTX Video model expects very long prompts, so don't hesitate to use the Prompt Enhancer.", "URLs": [ - "https://huggingface.co/DeepBeepMeep/LTX_Video/resolve/main/ltxv_0.9.8_13B_distilled_dev_bf16.safetensors", + "https://huggingface.co/DeepBeepMeep/LTX_Video/resolve/main/ltxv_0.9.8_13B_distilled_bf16.safetensors", "https://huggingface.co/DeepBeepMeep/LTX_Video/resolve/main/ltxv_0.9.8_13B_distilled_quanto_bf16_int8.safetensors" ], "preload_URLs" : "ltxv_13B",