ComfyUI Node
Alice T2V Loader (Eric)
A ComfyUI node in Eric/Alice with 5 inputs and 1 output.
Alice T2V Loader (Eric)
- pipeline
◄ckpt_dir►
◄device_id0►
◄offload_modeltrue►
◄t5_cputrue►
◄convert_model_dtypefalse►
CategoryEric/Alice
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_dir | STRING | Path to the Alice model checkpoint directory (downloaded from gomirageai/Alice-T2V-14B-MoE on HuggingFace). | |
| device_id | INT | 00–7 | CUDA device index (0 = first GPU). |
| offload_model | BOOLEAN | true | Swap inactive DiT expert (high/low noise) to CPU during generation. Saves ~14B params of VRAM per step at the cost of transfer overhead. Disable if you have 96GB+ VRAM for maximum speed. |
| t5_cpu | BOOLEAN | true | Keep the T5 text encoder (~6B params) on CPU throughout. Recommended - encoding is fast and frees VRAM for the DiTs. |
| convert_model_dtype | BOOLEAN | false | Cast model weights to bfloat16. Halves VRAM usage for the DiTs at a minor quality cost. Only needed on lower-VRAM GPUs. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pipeline | ALICE_PIPELINE | — |