diffusion-ui-backend
diffusion-ui-backend copied to clipboard
Backend for the diffusion-ui frontend
love the unifiying pipeline! (I came here from this thread https://github.com/huggingface/diffusers/issues/307) Just curious what's the difference between the current implementation that does `self.register_modules` again over the vae, text_encoder, etc as...
The following warning appears, even tough it's working correctly: ``` The config attributes {'text2img': ('stable_diffusion', 'StableDiffusionPipeline'), 'img2img': ('stable_diffusion', 'StableDiffusionImg2ImgPipeline'), 'inpaint': ('stable_diffusion', 'StableDiffusionInpaintPipeline')} were passed to StableDiffusionPipeline, but are not expected...