Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / annotator /uniformer /configs /_base_ /datasets
18.8 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
georgefen's picture
georgefen
init commit for huggingface
45b4aa7 about 3 years ago
  • ade20k.py
    1.84 kB
    init commit for huggingface about 3 years ago
  • chase_db1.py
    1.92 kB
    init commit for huggingface about 3 years ago
  • cityscapes.py
    1.78 kB
    init commit for huggingface about 3 years ago
  • cityscapes_769x769.py
    1.28 kB
    init commit for huggingface about 3 years ago
  • drive.py
    1.92 kB
    init commit for huggingface about 3 years ago
  • hrf.py
    1.92 kB
    init commit for huggingface about 3 years ago
  • pascal_context.py
    2 kB
    init commit for huggingface about 3 years ago
  • pascal_context_59.py
    2.02 kB
    init commit for huggingface about 3 years ago
  • pascal_voc12.py
    1.93 kB
    init commit for huggingface about 3 years ago
  • pascal_voc12_aug.py
    261 Bytes
    init commit for huggingface about 3 years ago
  • stare.py
    1.92 kB
    init commit for huggingface about 3 years ago