| --- |
| license: apache-2.0 |
| tags: |
| - comfyui |
| --- |
| |
| # Qwen3-VL |
|
|
| Repackaged model files for ComfyUI. |
|
|
| Original model repository: |
|
|
| - https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct |
| - https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct |
|
|
| Place the files in the following folders: |
|
|
| ``` |
| π ComfyUI/ |
| βββ π models/ |
| β βββ π text_encoders/ |
| β β βββ qwen3vl_4b_bf16.safetensors |
| β β βββ qwen3vl_4b_fp8_scaled.safetensors |
| β β βββ qwen3vl_8b_bf16.safetensors |
| β β βββ qwen3vl_8b_fp8_scaled.safetensors |
| β β βββ qwen3vl_8b_nvfp4.safetensors |
| ``` |