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
Commit ·
1e93c51
1
Parent(s): f182414
correct
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- face
|
| 9 |
- mediapipe
|
| 10 |
license: "openrail"
|
| 11 |
-
|
| 12 |
datasets:
|
| 13 |
- LAION-Face
|
| 14 |
- LAION
|
|
|
|
| 8 |
- face
|
| 9 |
- mediapipe
|
| 10 |
license: "openrail"
|
| 11 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
| 12 |
datasets:
|
| 13 |
- LAION-Face
|
| 14 |
- LAION
|