Instructions to use georgefen/Face-Landmark-ControlNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use georgefen/Face-Landmark-ControlNet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("georgefen/Face-Landmark-ControlNet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
How to use this?
#1
by alinasama - opened
Just want to know, how to use this model, please at least give a turtorial
hi @alinasama the demo is live here https://huggingface.co/spaces/georgefen/Face-Landmark-ControlNet You can try it or duplicate
can you please explain how you train the model
sorry, look at the response below 👇