Instructions to use AbstractFramework/qwen-image-2512-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/qwen-image-2512-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir qwen-image-2512-8bit AbstractFramework/qwen-image-2512-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 269 Bytes
5678f99 | 1 2 3 4 5 6 7 8 9 10 11 | {
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": null,
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": "<|endoftext|>"
}
|