Instructions to use CrucibleAI/ControlNetMediaPipeFace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CrucibleAI/ControlNetMediaPipeFace with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("CrucibleAI/ControlNetMediaPipeFace") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Automatic 1111 - UI
#7
by Hoodady - opened
is this possible to add this as an extension to automatic 1111?
which files to download to add to control net folders?
Hi @Hoodady . We have a PR open in the sd-webui-controlnet repo which will add the support to an extension. https://github.com/Mikubill/sd-webui-controlnet/pull/688
They may be waiting for us to release the SD 1.5 model. That is still training.
awesome thanks
Closing, as it's merged into the extension!
JosephCatrambone changed discussion status to closed