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

kp-forks
/
controlnet-seg-room

Image-to-Image
Diffusers
controlnet
Model card Files Files and versions
xet
Community

Instructions to use kp-forks/controlnet-seg-room with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kp-forks/controlnet-seg-room with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("kp-forks/controlnet-seg-room")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
controlnet-seg-room
723 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
patrickvonplaten's picture
patrickvonplaten
Update README.md
eec5f17 about 3 years ago
  • .gitattributes
    1.54 kB
    add model about 3 years ago
  • README.md
    1.9 kB
    Update README.md about 3 years ago
  • config.json
    989 Bytes
    Update config.json about 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    723 MB
    xet
    add model about 3 years ago
  • file.txt
    0 Bytes
    add model about 3 years ago