Image Folders Merger For Easy Comparison - Merge Images Side by Side - Useful to Compare Upscaling and Such Effect (Patreon)
Downloads
Content
Patreon exclusive posts index to find our scripts easily, Patreon scripts updates history to see which updates arrived to which scripts and amazing Patreon special generative scripts list that you can use in any of your task.
Join discord to get help, chat, discuss and also tell me your discord username to get your special rank : SECourses Discord
Please also Star, Watch and Fork our Stable Diffusion & Generative AI GitHub repository and join our Reddit subreddit and follow me on LinkedIn (my real profile)
I just written this script to compare effect of AuraSR Giga Upscaler
How it works?
You need to have Python installed
Then
Open a CMD and type below code to install requirements
pip install Pillow numpy
Save the attached merge_images.py file into any folder
Edit it with any code editor like even notepad and set folder paths
Like
folder1 = r"C:\raw_images"
folder2 = r"C:\upscaled_images"
The script will dynamically upscale lower image into bigger image resolution without any upscaling algorithm to see the effect better
Then open a CMD and then execute merge_images.py like below
python merge_images.py
The final images will be saved in outputs folder
output_folder = "outputs"
Example Case
Raw image : ex1.png
Then upscaled image : ex1_upscaled.png
And merged image : merged_1.png