前往
大廳
主題

ComfyUI_RH_DreamID-V 安裝

歐雷 | 2026-01-08 21:37:34 | 巴幣 2 | 人氣 310


模型安裝

Wan2.1-T2V-1.3B Base Model

Download from: Huggingface - Wan2.1-T2V-1.3B


Place the files in the following directory:


ComfyUI/models/Wan/Wan2.1-T2V-1.3B/

├── models_t5_umt5-xxl-enc-bf16.pth

├── Wan2.1_VAE.pth

└── google/umt5-xxl/  (tokenizer folder)

2. DreamID-V Model

Download from: Huggingface - DreamID-V


Place the file in the following directory:


ComfyUI/models/DreamID-V/

└── dreamidv.pth

Complete Model Directory Structure

ComfyUI/

└── models/

    ├── Wan/

    │   └── Wan2.1-T2V-1.3B/

    │       ├── models_t5_umt5-xxl-enc-bf16.pth

    │       ├── Wan2.1_VAE.pth

    │       └── google/

    │           └── umt5-xxl/

    └── DreamID-V/

        └── dreamidv.pth

更多創作