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
No such file or directory: 'training/laion-face-processed/prompt.jsonl'
#26
by fischeroxit - opened
I would like to train my own control net.
When i run python ./train_laion_face_sd15.py i get the following error: No such file or directory: 'training/laion-face-processed/prompt.jsonl'.
I searched for this file, but I couldn't find it anywhere. Any help is appreciated.
were you able to find this file anywhere?