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