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