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
Tile & Open Pose incoming?
#9
by Vigilence - opened
Hoping these two vital controlnets are being considered.
Hi!
Yes, we are working on these models, and will release as soon as the quality is decent.
Wow that's great to hear! Thank you!
Any update when this might be released? We can test it for you.
Do you plan to do the same for schnell version?
Yes, I hope it can support MAC M1 M2
Hi!
Yes, we are working on these models, and will release as soon as the quality is decent.
That's amazing to hear!!!! Thank you!!
@anghellia any updates? Thank you!
Any updates on the OpenPose ControlNet?