from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("Abrumu/output")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)- Downloads last month
- 3
Model tree for Abrumu/output
Base model
runwayml/stable-diffusion-v1-5