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