Instructions to use Kwai-Kolors/Kolors-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kwai-Kolors/Kolors-diffusers 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-diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Remove `torch_dtype` from config
#13 opened about 1 year ago
by deleted
Lora
#12 opened over 1 year ago
by
wanxiashiwanxia
can use bnb?
#11 opened over 1 year ago
by
loong
Commercial use
1
#9 opened almost 2 years ago
by
thomaskalnik
Kolors-diffusers与Kolors 两个模型区别?
2
#8 opened almost 2 years ago
by
loong
Quantized text encoder?
1
#7 opened almost 2 years ago
by
froilo
Inference API error
#6 opened almost 2 years ago
by
iafun
Update README.md
#5 opened almost 2 years ago
by
jhjhkv
inference can support multi gpu?
1
#4 opened almost 2 years ago
by
loong
not enough Vram on google colab free version
#3 opened almost 2 years ago
by
balikita
Text encoder int8 version
➕ 1
#2 opened almost 2 years ago
by
andykoko
[DOC ISSUE] Kolors is still not in the official diffusers package
6
#1 opened almost 2 years ago
by
TheOneHong