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