Instructions to use lllyasviel/sd-controlnet-normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-normal with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-normal") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
running
#3
by Leyaniess - opened
Leyaniess_a_woman_with_blue_brown__a_digital_painting_purple_an_1a86675b-5aeb-4565-97dc-310ff30f1a22.png
ADDED
|