Image Processing tab #298
Replies: 6 comments 6 replies
-
Awesome! |
Beta Was this translation helpful? Give feedback.
-
Looks great! Batch processing would be great! Also, saving of the upscaled images with the original prompt/filenames would be very handy! (now you have to manually save and rename..) |
Beta Was this translation helpful? Give feedback.
-
wow, that looks amazing, especially the GoLatent version! i really hope this gets added and also really good idea with the separate tab, especially if we could move selected image from other tabs directly to it - that would be great |
Beta Was this translation helpful? Give feedback.
-
Wow, GoLatent looks amazing! Out of curiosity, does it require any added VRAM requirements than realESRGAN? |
Beta Was this translation helpful? Give feedback.
-
pull request is out for anyone that wants to test it |
Beta Was this translation helpful? Give feedback.
-
Could you edit to state the resolution on each of the examples like you do on the original for quick reference |
Beta Was this translation helpful? Give feedback.
-
Hello,
Due to the need for more upscale options and the need to declutter the main interface I suggest the following change, I started coding it and will continue if there's approval for the concept
Main UI
Proposed Changes:
-Removal of all upscaling options from the txt2img and the img2img tabs, including fix faces
-Creation of Image Processor tab
-User will be able to select procedures, currently only Fix Faces and Upscale are available
-Under Upscale modes the user will be able to choose different Upscaling options, labeled with speed expectations:
-Batch file selection for running the selected processors on a batch of images
Comparison between upscale modes:
Original 448x640
RealESRGAN, Fast, 4X, loss of details
GoBig, RealESRGAN 2X -> Sliced and SD diffused to add details, takes prompt/seed etc that will hopefully be pushable from the other tabs
Latent Diffusion, Slow, 4X, doesn't alter the image like GoBig, produces some grain but is sharper and more accurate then RealESRGAN while providing better resolution then GoBig.
GoLatent, Slowest, 8X, combines the GoBig workflow with the Latent Diffusion upscaling method to add details and provide a clearer image through Latent Diffusion.
Beta Was this translation helpful? Give feedback.
All reactions