Instructions to use Rong91/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 Rong91/stable-diffusion-3.5-large-controlnet-blur with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Rong91/stable-diffusion-3.5-large-controlnet-blur") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
edd03c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d2cc3a56976f0a4f5bb747f008542ed85f4c142e0e084348e9b4ddc5674e5e0
size 1296992
|