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
Where "The containing ZIP file"?
Where is "The containing ZIP file" described in the Usage section?
Automatic1111's Controlnet extention(Mikubill) wasn't supported yet.
I was able to use it by switching to the forked repository below.
boringcrypto/sd-webui-controlnet: WebUI extensions for ControlNet - https://github.com/boringcrypto/sd-webui-controlnet
git remote set-url origin https://github.com/boringcrypto/sd-webui-controlnetgit pull
and webui restart.
If you only want to use the sd-webui-controlnet extension, you can clone our branch in place of the normal sd-webui-controlnet: https://github.com/crucible-ai/sd-webui-controlnet
You'll need the zip file if you want to reproduce the dataset. Our branch hasn't been merged into sd-webui-controlnet yet.