w-e-w / sd-webui-hires-fix-tweaks

Add additional options and features to hires fix of Stable Diffusion web UI
GNU Affero General Public License v3.0
35 stars 1 forks source link

Batch Hires Fix #5

Open jredwards opened 7 months ago

jredwards commented 7 months ago

I wrote this on the discussion board for the main repo, but this may be the right place to look.

I'm looking for an extension that can take a directory full of images, and run a hires fix pass on them in bulk (not the built-in batch upscaler on the Extras tab, but an actual hires fix). Right now I load the metadata back into txt2img and run a generate with hires fix enabled to accomplish this. I'd like to be able to go through a folder of images and load the metadata for each, including the individual seed for each.

light-and-ray commented 7 months ago

I think img2img -> batch -> enable PNG info -> resize by _ + upscaler for img2img and fix steps from extra options + denoising straight - is what you need

w-e-w commented 7 months ago