Haoming02 / sd-forge-couple

An Extension for Forge Webui that implements Attention Couple
GNU General Public License v3.0
212 stars 11 forks source link

Does this not work in Highres Fix? #61

Closed maniac-0s closed 2 weeks ago

maniac-0s commented 2 weeks ago

When I generate a couple and run Highres Fix over it, both faces become similar features, the man gets feminine eyes and the face expressions, that I fist made different, get equalized. Even with denoiser as low as 0.2. Same happens in tiled upscale on img2img. I guess that's an issue with tiles?

Haoming02 commented 2 weeks ago

Eh... probably not gonna support Hires. fix, if it's not working that is. And if so, just do it in img2img, which I know does work.

As for Tiling, it was mentioned in #27 , which, frankly I have no idea how to fix either.

maniac-0s commented 2 weeks ago

Yeah I can imagine that this is quirky.

Tiling is creating several 1mp images from the picture and then glues them together so you'd have to split up the couple space equally which means your extension would need to work together with the tiling script to know which areas are affected and then you'd need to apply that to the couple thing.

Very tricky.