Text-to-Image
Safetensors
MLX
mlx-gen
mflux
apple-silicon
8-bit precision
ernie
ernie-image
ernie-image-turbo
Instructions to use AbstractFramework/ernie-image-turbo-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/ernie-image-turbo-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ernie-image-turbo-4bit AbstractFramework/ernie-image-turbo-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 379 Bytes
344fedb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"legacy": true,
"model_max_length": 2048,
"pad_token": "<pad>",
"processor_class": "PixtralProcessor",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}
|