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
Added PR for this to use together with Dreambooth on Replicate
#10
by Sabatino - opened
Awesome work with the sd15 training! I created a PR on the following repo to make this work together with replicate.com Dreambooth training:
https://github.com/anotherjesse/dream-templates/pull/13
BUG:In a picture with multiple faces, if you use a paintbrush to cover one of the faces, the faces in the entire photo will not be recognized.
Nice work! Thank you!
JosephCatrambone changed discussion status to closed