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: 135 Bytes
8d64486 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3529c7c9b26208359cb2d68a336c5d7215eb856ac041e55de68240a72ef0a584
size 1445254969
|