ComfyUI Node
Hunyuan Image 3.0
A ComfyUI node in Image Generation with 15 inputs and 1 output.
Hunyuan Image 3.0
- Image
◄prompt—►
◄seed0►
◄use_dimensionsfalse►
◄width1024►
◄height1024►
◄steps0►
◄guidance_scale0.0►
◄attn_implementationsdpa►
◄moe_impleager►
◄weights_folder./HunyuanImage-3►
◄use_offloadtrue►
◄disk_offload_layers32►
◄keep_model_in_memoryfalse►
◄device_map_overrides—►
◄moe_drop_tokenstrue►
CategoryImage Generation
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | — | |
| seed | INT | 00–4294967295 | — |
| use_dimensions | BOOLEAN | false | If false, the model will choose the image dimensions, and the user-provided width and height will be ignored. |
| width | INT | 10240–4096 | — |
| height | INT | 10240–4096 | — |
| steps | INT | 00–200 | If 0, it will use the model's default of 50. |
| guidance_scale | FLOAT | 0.00–100 | If 0, it will use the model's default of 7.5. |
| attn_implementation | STRING | sdpa | Use sdpa. If FlashAttention is installed, you may try flash_attention_2. |
| moe_impl | STRING | eager | Use eager. If FlashInfer is installed, you may try flashinfer. |
| weights_folder | STRING | ./HunyuanImage-3 | The path to the Hunyuan Image 3.0 weights on disk. |
| use_offload | BOOLEAN | true | If true, a custom device_map will be created. Otherwise, device_map will be auto. |
| disk_offload_layers | INT | 320–32 | The number of layers to offload from memory to disk. IMPORTANT: Read the README. |
| keep_model_in_memory | BOOLEAN | false | If true, the model will be kept in memory between runs. |
| device_map_overridesopt | STRING | ADVANCED: Device map key=value overrides, comma-separated. e.g. "model.layers.0=0,model.layers.1=1". | |
| moe_drop_tokensopt | BOOLEAN | true | Sets moe_drop_tokens=True on model loading. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Image | IMAGE | — |