Instructions to use diffusers/controlnet-depth-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/controlnet-depth-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-depth-sdxl-1.0") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Updated READMe
1
#11 opened over 1 year ago
by
jhsin
Hyperparameters and steps to sudden convergence
1
#9 opened about 2 years ago
by
brycegoh
Use ImageProcessor
1
#8 opened over 2 years ago
by
nielsr
RuntimeError: Error(s) in loading state_dict for ControlNet:
2
#7 opened over 2 years ago
by
Nafnlaus
FYI: Python code that runs locally on Apple Silicon Macs (tested successfully on M1 Max with 64 GB RAM)
2
#2 opened over 2 years ago
by
MaxJob