How to use from the
Use from the
Diffusers library
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
)

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
73
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for danyloylo/ControlNetMediaPipeFace-1.5

Adapter
(2724)
this model

Space using danyloylo/ControlNetMediaPipeFace-1.5 1