Instructions to use danyloylo/ControlNetMediaPipeFace-1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use danyloylo/ControlNetMediaPipeFace-1.5 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("danyloylo/ControlNetMediaPipeFace-1.5") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
YAML Metadata Error:"thumbnail" is not allowed to be empty
ControlNet LAION Face Dataset (SD 1.5)
Overview:
This is a copied version of the ControlNetMediaPipeFace ControlNet (https://huggingface.co/CrucibleAI/ControlNetMediaPipeFace/tree/main) without the SD 2.1 files. It's intended to use with Apple's lib to convert it to CoreML (https://github.com/apple/ml-stable-diffusion) Please don't sue me
- Downloads last month
- 46
Model tree for danyloylo/ControlNetMediaPipeFace-1.5
Base model
runwayml/stable-diffusion-v1-5