Instructions to use SargeZT/sdxl-controlnet-seg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SargeZT/sdxl-controlnet-seg with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("SargeZT/sdxl-controlnet-seg") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Adding `safetensors` variant of this model
#6 opened almost 3 years ago
by
sameersegal
controlnet seg model for sdxl result is awful
1
#5 opened almost 3 years ago
by
nxaqan
Adding `safetensors` variant of this model
#4 opened almost 3 years ago
by
rayochoajr
model size
#3 opened about 3 years ago
by
ProtoPlazma
Need help with "text_embeds" and "time_ids" input for controlnet.forward()
#1 opened about 3 years ago
by
vionwinnie