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