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
How to reproduce the Laion-face dataset?
#28
by cs70 - opened
I have tried to look for the zip file mentioned in the description, but was not able to find training/ directory or attached zip file to any repo yet.
I just would like to reproduce the dataset so that I can try training controlnet.
Any help would be appreciated. Thank you!
cs70 changed discussion status to closed