Instructions to use Manojb/sd-controlnet-canny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Manojb/sd-controlnet-canny with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Manojb/sd-controlnet-canny") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
a442180 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e5220c53e942eb3bbe08a92e58e7ea789be44590172103d757dba29d732772b2
size 1445254969
|