mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
15 lines
736 B
JSON
15 lines
736 B
JSON
{
|
|
"model":
|
|
{
|
|
"name": "LTX Video 0.9.7 13B",
|
|
"architecture" : "ltxv_13B",
|
|
"description": "LTX Video is a fast model that can be used to generate long videos (up to 260 frames).It is recommended to keep the number of steps to 30 or you will need to update the file 'ltxv_video/configs/ltxv-13b-0.9.7-dev.yaml'.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.7_13B_dev_bf16.safetensors",
|
|
"https://huggingface.co/DeepBeepMeep/LTX_Video/resolve/main/ltxv_0.9.7_13B_dev_quanto_bf16_int8.safetensors"
|
|
],
|
|
"LTXV_config": "ltx_video/configs/ltxv-13b-0.9.7-dev.yaml"
|
|
},
|
|
"num_inference_steps": 30
|
|
}
|