Instructions to use lllyasviel/sd-controlnet-seg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-seg with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-seg") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit ·
f3a2773
1
Parent(s): 17bc9e6
Adding `safetensors` variant of this model (#3)
Browse files- Adding `safetensors` variant of this model (d9e8fa53791a9f5692d8d3c918b5898d8aa553fc)
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a623efef98586c1337a0c6dd7ba45af209d2ae00d5c563432cfbfd4ec8a4d617
|
| 3 |
+
size 1445157124
|