Qwen3-VL / README.md
Lexius's picture
Normalize README metadata and formatting (#7)
5529a3c
|
Raw
History Blame Contribute Delete
704 Bytes
---
license: apache-2.0
tags:
- comfyui
- diffusion-single-file
base_model:
- Qwen/Qwen3-VL-4B-Instruct
- Qwen/Qwen3-VL-8B-Instruct
---
# 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
```