Instructions to use thibaud/controlnet-sd21-canny-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21-canny-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21-canny-diffusers") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e1f70ae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f0a707a9aab99648c1b090a1ff54bb7c52597b86a9086113d4beb3e6f6059e51
size 728496840
|