Instructions to use Comfy-Org/Qwen3-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Qwen3-VL with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| 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 | |
| ``` | |