Instructions to use mlx-community/Qwen-Image-Flash-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Qwen-Image-Flash-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen-Image-Flash-8bit mlx-community/Qwen-Image-Flash-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "_class_name": "QwenImagePipeline", | |
| "_diffusers_version": "0.34.0.dev0", | |
| "scheduler": [ | |
| "diffusers", | |
| "FlowMatchEulerDiscreteScheduler" | |
| ], | |
| "text_encoder": [ | |
| "transformers", | |
| "Qwen2_5_VLForConditionalGeneration" | |
| ], | |
| "tokenizer": [ | |
| "transformers", | |
| "Qwen2Tokenizer" | |
| ], | |
| "transformer": [ | |
| "diffusers", | |
| "QwenImageTransformer2DModel" | |
| ], | |
| "vae": [ | |
| "diffusers", | |
| "AutoencoderKLQwenImage" | |
| ] | |
| } | |