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