Instructions to use TencentARC/ColorFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TencentARC/ColorFlow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TencentARC/ColorFlow", 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
- Xet hash:
- 5984a9024584d9ac1ecc25ce7e35ed84759dd00eaf1b0dc3364f86c51835a47f
- Size of remote file:
- 442 MB
- SHA256:
- cdbc4a59b4fc8baad5c68516224003cf9fe8c73919cf1834a8a7e60c23c3bde4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.