nynxz/Qwen3-VL-8B-ComfyUI
1284
Qwen3-VL-8B for ComfyUI
ComfyUI-format LoRAs for the Qwen3-VL-8B text encoder — MiniMax-H3 prompt rewriting inside the graph. They stack, so one encoder covers both.
Use
LoRAs into models/loras/, plus a Qwen3-VL-8B encoder from Comfy-Org/Qwen3-VL into models/text_encoders/.
CLIPLoader (type: stable_diffusion) -> LoRA on CLIP -> Generate Text -> your video model- Leave CLIPLoader's
typeon the default. It has noqwen3vlentry and doesn't need one — anything exceptideogram4/boogu/krea2/flux2gives you the plain Qwen3-VL encoder. - Use greedy decoding (
sampling_mode: off). - The rewriter needs its trained system prompt and message layout, and reference images bind to placeholders by position. ComfyUI-NynxzH3 handles both, and adds the CLIP-only LoRA loader; otherwise build the prompt yourself from upstream's template.
Credits
Qwen3-VL-8B-Instruct (Apache-2.0) · lightx2v — all rewriting behaviour is theirs, this only changes key naming; their repo declares no license and is the source of truth · prithivMLmods (Apache-2.0).
The apache-2.0 tag covers the abliteration LoRA and anything derived from Qwen3-VL-8B-Instruct.
