-
Is there any way to save all the images generated by the SD Upscale individually? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
same question, wired it is only save all the images works, even I input the full path it didn't work. |
Beta Was this translation helpful? Give feedback.
-
I did this by making a copy of /scripts/sd_upscale.py Edit the copy, and change (line 14) from 'return "SD upscale"' to 'return "SD upscale samples"' To save samples, change (line51) from 'p.do_not_save_samples = True' to 'p.do_not_save_samples = False' Save file and restart. |
Beta Was this translation helpful? Give feedback.
I did this by making a copy of /scripts/sd_upscale.py
Edit the copy, and change (line 14) from 'return "SD upscale"' to 'return "SD upscale samples"'
this is the name shown in the drop down menu.
To save samples, change (line51) from 'p.do_not_save_samples = True' to 'p.do_not_save_samples = False'
Save file and restart.