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