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
I don't know how to install this Face Fixer.
Please help me. I just tried it like the other extensions, but I failed. I cannot understand this installation, please, help.
assuming you're running automatic1111 webui
in your SD webui's extension folder:
git clone https://github.com/crucible-ai/ControlNet (if you already have a previous controlnet, you can re/move it)
download the models - let's say the control_mediapipe_face_sd15_v2.safetensors & yaml from the "FILES AND VERSIONS" section here
put the model files in SD webui's models\ControlNet folder
Thank you very much for the response. I try it now.
I have tried but there occurs connection error, the browser stops. My computer has 48GB RAM, and RTX 4090.
not sure how a connection error came to be
when you're running the webui bat file, do you see errors on console?