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