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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

SargeZT
/
controlnet-v1e-sdxl-depth

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

Instructions to use SargeZT/controlnet-v1e-sdxl-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use SargeZT/controlnet-v1e-sdxl-depth with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("SargeZT/controlnet-v1e-sdxl-depth")
    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

Author SargeZT passed away?

#9 opened over 2 years ago by
GeroldMeisinger

add fp16

#8 opened almost 3 years ago by
faisalhr1997

What kind of preprocessing is required for this? Grayscale depth maps do not appear to work.

3
#7 opened almost 3 years ago by
nmkd

Example how to use it?

1
#6 opened almost 3 years ago by
afromero

How to use it with ComfyUI?

#4 opened almost 3 years ago by
creatorbest

Using this controlNet in Automatic 1111

🤝 2
2
#3 opened almost 3 years ago by
mathieuBoby

Thank you! Would it be possible to create an SDXL_Inpaint Model as well?

1
#2 opened almost 3 years ago by
jsh1944

Mind sharing the parameters you used during training?

10
#1 opened almost 3 years ago by
zbulrush
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs