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
File size: 416 Bytes
35bcb32 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"_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"
]
} |