Instructions to use cal54321/sd-controlnet-seg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cal54321/sd-controlnet-seg with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("cal54321/sd-controlnet-seg") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
0b56c7c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79accbfedbad0439ffe78a0c220fc4eac7d26ee6b3bc7e5e0458c0af1c79ff3c
size 1445254969
|