Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

diffusers
/
controlnet-canny-sdxl-1.0-mid

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

Instructions to use diffusers/controlnet-canny-sdxl-1.0-mid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use diffusers/controlnet-canny-sdxl-1.0-mid with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-canny-sdxl-1.0-mid")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

What are the images files for? (cann-medium-couple.png cann-medium-hf-ofice.png.. )

#4 opened over 1 year ago by
witchercher

Where to use is compared to the normal canny sdxl?

#3 opened over 1 year ago by
witchercher

bad quality

1
#2 opened over 2 years ago by
Sandeep5252525
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs