Instructions to use xinsir/controlnet-canny-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xinsir/controlnet-canny-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("xinsir/controlnet-canny-sdxl-1.0") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add pipe.enable_model_cpu_offload() in the how-to-get-started-with-the-model code
#4 opened over 1 year ago
by
ZachariasDr
Sponsored Compute
13
#3 opened about 2 years ago
by
Hipsterusername
Edge-Drawing Parameter-Free Filter version
#2 opened about 2 years ago
by
GeroldMeisinger
Details about training
13
#1 opened about 2 years ago
by
laidawang