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