Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

SargeZT
/
sdxl-controlnet-seg

Text-to-Image
Diffusers
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
Model card Files Files and versions
xet
Community
6

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs