from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("vvtq/model")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"stabilityai/stable-diffusion-2-1-base", controlnet=controlnet
)- Downloads last month
- 2
Model tree for vvtq/model
Base model
stabilityai/stable-diffusion-2-1-base