Nodes/ComfyUI-ZImagePowerNodes/⚗️🔬| Load Qwen3-4B Model (safetensors / gguf)
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.

By martin-rizzo·Created 7 months ago·Updated a day ago· 346
⚗️🔬| Load Qwen3-4B Model (safetensors / gguf)
    • CLIP
    checkpoint
    file_filterfalse
    run_on_gputrue
    Category⚡Z-Image/__experimental

    Inputs (3)

    NameTypeDefaultDescription
    checkpointCOMBOThe text encoder checkpoint, typically a variant of Qwen3-4B model.
    file_filterBOOLEANfalseIf True, all available checkpoints will be listed, including those that may not be compatible.
    run_on_gpuBOOLEANtrueIf 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)

    NameTypeDescription
    CLIPCLIPThe loaded text-encoder model for encoding text prompts.