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
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