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

doguilmak
/
facade-controlnet-sd15

Image-to-Image
Diffusers
Safetensors
English
controlnet
stable-diffusion
conditional-generation
segmentation
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use doguilmak/facade-controlnet-sd15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use doguilmak/facade-controlnet-sd15 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("doguilmak/facade-controlnet-sd15")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"lllyasviel/sd-controlnet-seg", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
facade-controlnet-sd15
9.15 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
doguilmak's picture
doguilmak
Update README.md
2e2c3f5 verified about 1 year ago
  • full_pipeline
    Rename full_pipeline/unet/diffusion_pytorch_model-002.safetensors to full_pipeline/unet/diffusion_pytorch_model.safetensors about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.59 kB
    Update README.md about 1 year ago