Instructions to use xinsir/controlnet-union-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xinsir/controlnet-union-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", 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 Settings
- Draw Things
- DiffusionBee
Is brad-twinkl repository legit or a scam ?
#52
by Sumphy - opened
This repo https://huggingface.co/brad-twinkl/controlnet-union-sdxl-1.0-promax seems to use the exact same presentation and I couldn't find a link between xinsir and brad-twinkl. Is this a scam or is it safe ?
I think it's legit cause it's mentioned in Huggingface's documentation. It's just a way to run the promax version easier. There's a bunch of PR's on here that are waiting to be merged to solve the same issue. Not sure why they haven't been merged so that there's no need for Brad Twinkl's repo.