Instructions to use lllyasviel/sd-controlnet-canny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-canny with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-canny") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Upload reina.safetensors
#10 opened about 1 year ago
by
reina258
Use as Checkpoint for Training
#9 opened almost 2 years ago
by
GKYagami
Upload floating.jpg
#7 opened almost 3 years ago
by
TEGGroup
Update the bird's url
1
#6 opened almost 3 years ago
by
lz1oceani
Compatibility with 🤗 Optimum ONNX Export
3
#3 opened about 3 years ago
by
kmcgrath