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

Duplicated from  diffusers/t2iadapter_openpose_sd14v1

TencentARC
/
t2iadapter_openpose_sd14v1

Image-to-Image
Diffusers
art
t2i-adapter
controlnet
stable-diffusion
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use TencentARC/t2iadapter_openpose_sd14v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("TencentARC/t2iadapter_openpose_sd14v1")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
t2iadapter_openpose_sd14v1
310 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
Xintao's picture
Xintao
williamberman's picture
williamberman
update modelcard (#1)
5b829c8 almost 3 years ago
  • images
    update modelcard (#1) almost 3 years ago
  • .gitattributes
    1.52 kB
    Duplicate from diffusers/t2iadapter_openpose_sd14v1 almost 3 years ago
  • README.md
    7.87 kB
    update modelcard (#1) almost 3 years ago
  • config.json
    208 Bytes
    Duplicate from diffusers/t2iadapter_openpose_sd14v1 almost 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    309 MB
    xet
    Duplicate from diffusers/t2iadapter_openpose_sd14v1 almost 3 years ago