Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

georgefen
/
Face-Landmark-ControlNet

Diffusers
stable-diffusion
controlnet
Model card Files Files and versions
xet
Community
13

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
Face-Landmark-ControlNet
7.16 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 7 commits
georgefen's picture
georgefen
wonjin0403's picture
wonjin0403
Create config.json (#10)
eef1de1 over 2 years ago
  • annotator
    init commit for huggingface about 3 years ago
  • cldm
    init commit for huggingface about 3 years ago
  • ldm
    init commit for huggingface about 3 years ago
  • models
    add model about 3 years ago
  • models_for_diffusers
    add transferred diffusers models about 3 years ago
  • .gitattributes
    1.48 kB
    add model about 3 years ago
  • .gitignore
    1.92 kB
    add model about 3 years ago
  • LICENSE
    11.4 kB
    Initial commit about 3 years ago
  • README.md
    2.05 kB
    Add suggested LICENSE and tags (#5) about 3 years ago
  • config.json
    945 Bytes
    Create config.json (#10) over 2 years ago
  • config.py
    20 Bytes
    init commit for huggingface about 3 years ago
  • environment.yaml
    832 Bytes
    init commit for huggingface about 3 years ago
  • gradio_landmark2image.py
    5.66 kB
    init commit for huggingface about 3 years ago
  • prune_ckpt.py
    395 Bytes
    init commit for huggingface about 3 years ago
  • share.py
    155 Bytes
    init commit for huggingface about 3 years ago