Instructions to use SceneWorks/kolors-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/kolors-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir kolors-mlx SceneWorks/kolors-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "_class_name": "KolorsPipeline", | |
| "_diffusers_version": "0.30.0.dev0", | |
| "force_zeros_for_empty_prompt": false, | |
| "scheduler": [ | |
| "diffusers", | |
| "EulerDiscreteScheduler" | |
| ], | |
| "text_encoder": [ | |
| "kolors", | |
| "ChatGLMModel" | |
| ], | |
| "tokenizer": [ | |
| "kolors", | |
| "ChatGLMTokenizer" | |
| ], | |
| "unet": [ | |
| "diffusers", | |
| "UNet2DConditionModel" | |
| ], | |
| "vae": [ | |
| "diffusers", | |
| "AutoencoderKL" | |
| ] | |
| } |