from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11p_sd15_inpaint") pipeline = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet )
#13
by
Luxxiee
- opened
- IMG_3573.jpeg +0 -0
- IMG_3576.jpeg +0 -0
- IMG_3577.jpeg +0 -0
IMG_3573.jpeg
ADDED
IMG_3576.jpeg
ADDED
IMG_3577.jpeg
ADDED