Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

stabilityai
/
stable-diffusion-3.5-large-controlnet-blur

Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
controlnet
Model card Files Files and versions
xet
Community
6

Instructions to use stabilityai/stable-diffusion-3.5-large-controlnet-blur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stabilityai/stable-diffusion-3.5-large-controlnet-blur with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("stabilityai/stable-diffusion-3.5-large-controlnet-blur")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
stable-diffusion-3.5-large-controlnet-blur
8.62 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
roborovski's picture
roborovski
Update README.md
16faf1b verified over 1 year ago
  • .gitattributes
    1.56 kB
    Initial commit over 1 year ago
  • LICENSE.md
    11.7 kB
    Initial commit over 1 year ago
  • README.md
    7.69 kB
    Update README.md over 1 year ago
  • config.json
    554 Bytes
    add diffusers weights (#1) over 1 year ago
  • diffusion_pytorch_model.safetensors
    8.61 GB
    xet
    add diffusers weights (#1) over 1 year ago
  • header.png
    2.9 MB
    xet
    Initial commit over 1 year ago
  • sample_cond.png
    551 kB
    xet
    Update result image and README over 1 year ago
  • sample_result.png
    1.3 MB
    xet
    Update result image and README over 1 year ago