Instructions to use lllyasviel/sd-controlnet-hed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-hed with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-hed") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
using lllyasviel/Annotators instead of lllyasviel/ControlNet
👍 3
#5 opened over 2 years ago
by
yj2773
Error while executing the model card.
2
#4 opened almost 3 years ago
by
Sravanth
How to set Seed?
#2 opened about 3 years ago
by
AhmadMustafa