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

halffried
/
gyre_controlnet_11

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use halffried/gyre_controlnet_11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use halffried/gyre_controlnet_11 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("halffried/gyre_controlnet_11", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
gyre_controlnet_11
11.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
halffried's picture
halffried
Upload new bugfix-1 version of depth ControlNet
6e82e91 about 3 years ago
  • control_v11e_sd15_shuffle
    Add converted shuffle model. This varies a little from the official version because of the extra "global_average_pooling" config option. about 3 years ago
  • control_v11f1p_sd15_depth
    Upload new bugfix-1 version of depth ControlNet about 3 years ago
  • control_v11p_sd15_canny
    Add canny about 3 years ago
  • control_v11p_sd15_normalbae
    A few more - normal, scribble, seg, softedge about 3 years ago
  • control_v11p_sd15_openpose
    Add converted pose model and initial readme about 3 years ago
  • control_v11p_sd15_scribble
    A few more - normal, scribble, seg, softedge about 3 years ago
  • control_v11p_sd15_seg
    A few more - normal, scribble, seg, softedge about 3 years ago
  • control_v11p_sd15_softedge
    A few more - normal, scribble, seg, softedge about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    446 Bytes
    Add converted pose model and initial readme about 3 years ago