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:
- c00472af26ee1390bb4bf24e761e0f0edf9ec391542699ac4914a3b56ef9d99e
- Size of remote file:
- 3.37 GB
- SHA256:
- ed8b4e17102edc10c3e55bb92ba4e575eec71107b98358dcfd6124f97bd00ee1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.