Image-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
jax-diffusers-event
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("SAMControlNet/sd-controlnet-sam-seg")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)- Downloads last month
- 109
Model tree for SAMControlNet/sd-controlnet-sam-seg
Base model
runwayml/stable-diffusion-v1-5
