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 /mmcv /runner
268 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
georgefen's picture
georgefen
init commit for huggingface
45b4aa7 about 3 years ago
  • hooks
    init commit for huggingface about 3 years ago
  • optimizer
    init commit for huggingface about 3 years ago
  • __init__.py
    2.86 kB
    init commit for huggingface about 3 years ago
  • base_module.py
    7.5 kB
    init commit for huggingface about 3 years ago
  • base_runner.py
    20.8 kB
    init commit for huggingface about 3 years ago
  • builder.py
    666 Bytes
    init commit for huggingface about 3 years ago
  • checkpoint.py
    25.1 kB
    init commit for huggingface about 3 years ago
  • default_constructor.py
    1.93 kB
    init commit for huggingface about 3 years ago
  • dist_utils.py
    5.4 kB
    init commit for huggingface about 3 years ago
  • epoch_based_runner.py
    7.57 kB
    init commit for huggingface about 3 years ago
  • fp16_utils.py
    15.8 kB
    init commit for huggingface about 3 years ago
  • iter_based_runner.py
    11.1 kB
    init commit for huggingface about 3 years ago
  • log_buffer.py
    1.19 kB
    init commit for huggingface about 3 years ago
  • priority.py
    1.6 kB
    init commit for huggingface about 3 years ago
  • utils.py
    2.94 kB
    init commit for huggingface about 3 years ago