Instructions to use XLabs-AI/flux-controlnet-collections with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-collections with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("XLabs-AI/flux-controlnet-collections", 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
- Local Apps
- Draw Things
- DiffusionBee
System requirement ? 24GB can't gen 256x256 here.
#23
by Teddydj - opened
Hello guys, just asking,
Do you need an H100 to get through the Xlab Sampler ? i used the flux-fp8
anyone got it to work with like a 4090 ?
i know its new, but infos are super rare, so im trying to get some. (im using this workflow https://civitai.com/models/635271/fluximg2imgipadaptercontrolnet )
