ComfyUI Node
(Deno) Easy Model Download Helper
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. Preset-based easy model download helper. The first preset is the LTX 2.3 8GB VRAM GGUF starter set. Shows official Hugging Face links, target ComfyUI model paths, and local install status without running automatic downloads.
(Deno) Easy Model Download Helper
◄model_root/tmp/ComfyUI/models►
◄presets_json{
"active_preset_id": "ltx_23_8gb_vram",
"presets": [
{
"id": "ltx_23_8gb_vram",
"title": "LTX 2.3 8GB VRAM",
"description": "Open the official Hugging Face links, download with your browser, then move files into the shown target paths. No Python auto-download is used.",
"files": [
{
"id": "gguf",
"label": "GGUF model",
"url": "https://huggingface.co/QuantStack/LTX-2.3-GGUF/resolve/main/LTX-2.3-distilled-1.1/LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf?download=true",
"target_subdir": "unet",
"filename": "LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf",
"size": 17763015328
},
{
"id": "gemma",
"label": "Gemma text encoder",
"url": "https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors?download=true",
"target_subdir": "text_encoders",
"filename": "gemma_3_12B_it_fp4_mixed.safetensors",
"size": 9447702218
},
{
"id": "projection",
"label": "Text projection",
"url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/text_encoders/ltx-2.3_text_projection_bf16.safetensors?download=true",
"target_subdir": "text_encoders",
"filename": "ltx-2.3_text_projection_bf16.safetensors",
"size": 2312149072
},
{
"id": "video_vae",
"label": "Video VAE",
"url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_video_vae_bf16.safetensors?download=true",
"target_subdir": "vae",
"filename": "LTX23_video_vae_bf16.safetensors",
"size": 1452258578
},
{
"id": "audio_vae",
"label": "Audio VAE",
"url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_audio_vae_bf16.safetensors?download=true",
"target_subdir": "vae",
"filename": "LTX23_audio_vae_bf16.safetensors",
"size": 364855188
},
{
"id": "spatial_upscaler",
"label": "Spatial upscaler x2",
"url": "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors?download=true",
"target_subdir": "latent_upscale_models",
"filename": "ltx-2.3-spatial-upscaler-x2-1.1.safetensors",
"size": 995743560
}
]
}
]
}►
CategoryDeno/Setup
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| model_root | STRING | /tmp/ComfyUI/models | ComfyUI models root where the helper checks target files. |
| presets_json | STRING | { "active_preset_id": "ltx_23_8gb_vram", "presets": [ { "id": "ltx_23_8gb_vram", "title": "LTX 2.3 8GB VRAM", "description": "Open the official Hugging Face links, download with your browser, then move files into the shown target paths. No Python auto-download is used.", "files": [ { "id": "gguf", "label": "GGUF model", "url": "https://huggingface.co/QuantStack/LTX-2.3-GGUF/resolve/main/LTX-2.3-distilled-1.1/LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf?download=true", "target_subdir": "unet", "filename": "LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf", "size": 17763015328 }, { "id": "gemma", "label": "Gemma text encoder", "url": "https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors?download=true", "target_subdir": "text_encoders", "filename": "gemma_3_12B_it_fp4_mixed.safetensors", "size": 9447702218 }, { "id": "projection", "label": "Text projection", "url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/text_encoders/ltx-2.3_text_projection_bf16.safetensors?download=true", "target_subdir": "text_encoders", "filename": "ltx-2.3_text_projection_bf16.safetensors", "size": 2312149072 }, { "id": "video_vae", "label": "Video VAE", "url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_video_vae_bf16.safetensors?download=true", "target_subdir": "vae", "filename": "LTX23_video_vae_bf16.safetensors", "size": 1452258578 }, { "id": "audio_vae", "label": "Audio VAE", "url": "https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_audio_vae_bf16.safetensors?download=true", "target_subdir": "vae", "filename": "LTX23_audio_vae_bf16.safetensors", "size": 364855188 }, { "id": "spatial_upscaler", "label": "Spatial upscaler x2", "url": "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors?download=true", "target_subdir": "latent_upscale_models", "filename": "ltx-2.3-spatial-upscaler-x2-1.1.safetensors", "size": 995743560 } ] } ] } | Saved preset/package list for the helper panel. Advanced users can edit it manually. |
Outputs (0)
No outputs