from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("alelordelo/workspace")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
)- Downloads last month
- 4
Model tree for alelordelo/workspace
Base model
stabilityai/stable-diffusion-xl-base-1.0