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
Img2img support?
#10
by Softology - opened
Is there support for image to image with this diffuser code?
If not, will there be?
I really want to try Kolors with movie generations as it is so fast and the quality of results is great.
If img2img was supported I would be able to create movies like this one (this used Playground but the same style of movies would be possible with Kolor img2img).
https://www.instagram.com/p/C8NeAODsFA-/
Softology changed discussion status to closed