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-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/ernie-image-turbo-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ernie-image-turbo-8bit AbstractFramework/ernie-image-turbo-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| { | |
| "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 | |
| } | |