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
Normalize README metadata and formatting
#7
by Lexius - opened
README.md
CHANGED
|
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
| 3 |
tags:
|
| 4 |
- comfyui
|
| 5 |
- diffusion-single-file
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Qwen3-VL
|
|
@@ -25,4 +28,4 @@ Place the files in the following folders:
|
|
| 25 |
β β βββ qwen3vl_8b_bf16.safetensors
|
| 26 |
β β βββ qwen3vl_8b_fp8_scaled.safetensors
|
| 27 |
β β βββ qwen3vl_8b_nvfp4.safetensors
|
| 28 |
-
```
|
|
|
|
| 3 |
tags:
|
| 4 |
- comfyui
|
| 5 |
- diffusion-single-file
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen3-VL-4B-Instruct
|
| 8 |
+
- Qwen/Qwen3-VL-8B-Instruct
|
| 9 |
---
|
| 10 |
|
| 11 |
# Qwen3-VL
|
|
|
|
| 28 |
β β βββ qwen3vl_8b_bf16.safetensors
|
| 29 |
β β βββ qwen3vl_8b_fp8_scaled.safetensors
|
| 30 |
β β βββ qwen3vl_8b_nvfp4.safetensors
|
| 31 |
+
```
|