@@ -21,6 +21,7 @@ API and command-line option may change frequently.***
2121- [ SD3/SD3.5] ( ./docs/sd3.md )
2222- [ Flux-dev/Flux-schnell] ( ./docs/flux.md )
2323- [ Chroma] ( ./docs/chroma.md )
24+ - [ Qwen Image] ( ./docs/qwen_image.md )
2425- Image Edit Models
2526- [ FLUX.1-Kontext-dev] ( ./docs/kontext.md )
2627- Video Models
@@ -296,6 +297,7 @@ arguments:
296297 --clip_g path to the clip-g text encoder
297298 --clip_vision path to the clip-vision encoder
298299 --t5xxl path to the t5xxl text encoder
300+ --qwen2vl path to the qwen2vl text encoder
299301 --vae [VAE] path to vae
300302 --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)
301303 --control-net [CONTROL_PATH] path to control net model
@@ -464,6 +466,7 @@ Thank you to all the people who have already contributed to stable-diffusion.cpp
464466## References
465467
466468- [ggml](https://github.com/ggerganov/ggml)
469+ - [diffusers](https://github.com/huggingface/diffusers)
467470- [stable-diffusion](https://github.com/CompVis/stable-diffusion)
468471- [sd3-ref](https://github.com/Stability-AI/sd3-ref)
469472- [stable-diffusion-stability-ai](https://github.com/Stability-AI/stablediffusion)