v0xie / sd-webui-incantations

Enhance Stable Diffusion image quality, prompt following, and more through multiple implementations of novel algorithms for Automatic1111 WebUI.
GNU General Public License v3.0
120 stars 7 forks source link

"Res adapter" - Would you consider a WebUI implementation/Extension? #9

Closed CCpt5 closed 3 months ago

CCpt5 commented 3 months ago

Hello,

I was wondering if you'd consider doing a Webui implementation of "Res Adapter" which allows for great resolutions on v1.5 models (similar to Kohya's deep shrink), but also higher and lower resolutions for SDXL using their own custom trained models.

Their official comfy node was released w/in the past few days, but it doesn't seem like there are any plans to do an A1111/Forge extension.

Is Res Adapter something you'd potentially workout an extension for? I know I'd find it very useful.

Thanks for taking a look!

https://github.com/bytedance/res-adapter - Code https://arxiv.org/abs/2403.02084 - Paper https://github.com/blepping/ComfyUI-ApplyResAdapterUnet - An amateur developer released this comfy node prior to the official node release - they mentioned it on their official res-adapter page when they finally released their node this weekend. https://github.com/jiaxiangc/ComfyUI-ResAdapter - Official Comfy Node https://huggingface.co/jiaxiangc/res-adapter/tree/main - Models - The last one (SDXL up to 1536x1536) was released on March 30, 2024.