Text-to-Image
Diffusers
Safetensors
Chinese
English
StableDiffusionXLPipeline
stable-diffusion
kolors
Instructions to use Kwai-Kolors/Kolors with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kwai-Kolors/Kolors with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Kwai-Kolors/Kolors", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
WeChat directory (#13) 13a41da verified
Update README.md f0d70fc verified
Update MODEL_LICENSE 94f7bbe verified
Update MODEL_LICENSE 98c7a47 verified
Update README.md 5eaa161 verified
UPDATE readme f1b78fc
dengjincan commited on
UPDATE LICENSE 2a1541f
dengjincan commited on
fix fp32 18c8677
dengjincan commited on
fix fp16 7ad2fa1
dengjincan commited on
update readme be5610d
dengjincan commited on
init f681f00
dengjincan commited on