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