Tiled VAE, which can be used to enhance many different operations, due to where it hooks into the pipeline (eg hires or another upscaler)
Regional Prompt Control, which is just badass, but I feel like nobody knows about it
This repo has a new upscaler technique which looks super cool in my testing so far
It has some requirements which make it a bit of work to produce optimal results, at least with my 12 GB VRAM
Then elsewhere in SDUI, we have:
text2img, with a clear path to produce a given size output (eg 512x512), but depending on built-in or added extensions and scripts selected, can produce bigger images
img2img, with a similar situation, but it's worse because of the resize controls at the top, which are used sometimes for some extensions, and not for others
The single-purpose Extras tab, which it seems everyone has forgotten about
And third, some extensions have tackled this type of confusion by creating a new tab:
One of the Segment/Inpaint Anything extensions (can't find it now)
Anyway, my point here is that it would be cool if you would make it easier to use this technique upscale images. I'm thinking either by using the Extras interface, or by making a new tab. Either way you could simplify the steps and hide what's not so important. Could do stuff like ask user how much VRAM they have (or just do what Vlad's doing in the system info extension), and then make the settings changes that should work well out of the box. Don't even ask about Tiled VAE -- just enable it!
Then you can also check that the right 2.1 model is installed, and select it when the user clicks upscale.
Lastly, while I got you, think about breaking regional prompt control out to its own extension? I feel like it gets overshadowed because of the project name which it's "stuck in".
Big fan of your work, especially regional prompt control. But this is getting a bit confusing as you have:
Then elsewhere in SDUI, we have:
And third, some extensions have tackled this type of confusion by creating a new tab:
Anyway, my point here is that it would be cool if you would make it easier to use this technique upscale images. I'm thinking either by using the Extras interface, or by making a new tab. Either way you could simplify the steps and hide what's not so important. Could do stuff like ask user how much VRAM they have (or just do what Vlad's doing in the system info extension), and then make the settings changes that should work well out of the box. Don't even ask about Tiled VAE -- just enable it!
Then you can also check that the right 2.1 model is installed, and select it when the user clicks upscale.
Lastly, while I got you, think about breaking regional prompt control out to its own extension? I feel like it gets overshadowed because of the project name which it's "stuck in".
Thanks again. Great work you've done here. :)