Instructions to use lllyasviel/sd-controlnet-scribble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-scribble with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-scribble") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update ControlNetHED.pth repo
👍 2
#6 opened almost 3 years ago
by
bruce2233
I wanna know about why this repository id "fusing/stable-diffusion-v1-5-controlnet-scribble" is work?
🤗 1
#5 opened about 3 years ago
by
Amazingldl
Turn on the guess mode
#2 opened over 3 years ago
by
GaoQiQiang