ComfyUI Node
⚗️🔬| Load Qwen3-4B Model (safetensors / gguf)
Loads the Z-Image Text Encoder (Qwen3-4B) in safetensors or GGUF format. Note that the 'ComfyUI-GGUF' custom nodes by city96 must be installed for GGUF files to be detected by this node. ⚠️ Because this node is experimental, its parameters, behavior, or availability may change or be removed entirely without prior notice.
⚗️🔬| Load Qwen3-4B Model (safetensors / gguf)
- CLIP
◄checkpoint▾►
◄file_filterfalse►
◄run_on_gputrue►
Category⚡Z-Image/__experimental
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| checkpoint | COMBO | The text encoder checkpoint, typically a variant of Qwen3-4B model. | |
| file_filter | BOOLEAN | false | If True, all available checkpoints will be listed, including those that may not be compatible. |
| run_on_gpu | BOOLEAN | true | If enabled, the text encoder will be executed on the CPU rather than the GPU. This will consume less VRAM but will be significantly slower. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CLIP | CLIP | The loaded text-encoder model for encoding text prompts. |