diffusion-ui-backend icon indicating copy to clipboard operation
diffusion-ui-backend copied to clipboard

Backend for the diffusion-ui frontend

Results 2 diffusion-ui-backend issues
Sort by recently updated
recently updated
newest added

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...

question

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...

bug