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 ·
8c2871b
1
Parent(s): 7610200
Rename files for consistency with other ControlNet networks. Start with 'control_...'. Make consistent with HF models, too, by not putting them into a 'models' subdirectory.
Browse files- models/controlnet_sd21_laion_face_v2_pruned.pth → control_mediapipe_face_sd21_v2.pt +0 -0
- models/controlnet_sd21_laion_face_v2_pruned.safetensors → control_mediapipe_face_sd21_v2.safetensors +0 -0
- models/controlnet_sd21_laion_face_v2_full.ckpt → control_mediapipe_face_sd21_v2_full.ckpt +0 -0
- models/cldm_v21.yaml → control_mediapipe_face_sd21_v2_pruned.yaml +0 -0
models/controlnet_sd21_laion_face_v2_pruned.pth → control_mediapipe_face_sd21_v2.pt
RENAMED
|
File without changes
|
models/controlnet_sd21_laion_face_v2_pruned.safetensors → control_mediapipe_face_sd21_v2.safetensors
RENAMED
|
File without changes
|
models/controlnet_sd21_laion_face_v2_full.ckpt → control_mediapipe_face_sd21_v2_full.ckpt
RENAMED
|
File without changes
|
models/cldm_v21.yaml → control_mediapipe_face_sd21_v2_pruned.yaml
RENAMED
|
File without changes
|