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 /hooks
150 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
georgefen's picture
georgefen
init commit for huggingface
45b4aa7 about 3 years ago
  • logger
    init commit for huggingface about 3 years ago
  • __init__.py
    1.4 kB
    init commit for huggingface about 3 years ago
  • checkpoint.py
    7.32 kB
    init commit for huggingface about 3 years ago
  • closure.py
    269 Bytes
    init commit for huggingface about 3 years ago
  • ema.py
    3.6 kB
    init commit for huggingface about 3 years ago
  • evaluation.py
    22.4 kB
    init commit for huggingface about 3 years ago
  • hook.py
    2.76 kB
    init commit for huggingface about 3 years ago
  • iter_timer.py
    446 Bytes
    init commit for huggingface about 3 years ago
  • lr_updater.py
    26 kB
    init commit for huggingface about 3 years ago
  • memory.py
    657 Bytes
    init commit for huggingface about 3 years ago
  • momentum_updater.py
    21.3 kB
    init commit for huggingface about 3 years ago
  • optimizer.py
    21.7 kB
    init commit for huggingface about 3 years ago
  • profiler.py
    8.04 kB
    init commit for huggingface about 3 years ago
  • sampler_seed.py
    847 Bytes
    init commit for huggingface about 3 years ago
  • sync_buffer.py
    707 Bytes
    init commit for huggingface about 3 years ago