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
Joseph Catrambone commited on
Commit ·
d510b0e
1
Parent(s): 8c2871b
Remove the unnecessary 'pruned' suffix on the yaml file.
Browse files
control_mediapipe_face_sd21_v2_pruned.yaml → control_mediapipe_face_sd21_v2.yaml
RENAMED
|
File without changes
|