ru-dalle icon indicating copy to clipboard operation
ru-dalle copied to clipboard

Save images separately

Open Sidiusz opened this issue 2 years ago • 2 comments

Hey! How can i save every images separately?

Sidiusz avatar Jan 26 '22 23:01 Sidiusz

show(sr_images, 24, save_dir='Z:/out')' , but how to save images with random names ?

bitcoin5000 avatar Feb 13 '22 13:02 bitcoin5000

they are not random, they are numbered. Anyway, you can adapt a python code from other collabs or, if you don't know enough, like me, you can use !zip to compress an entire folder:

show(sr_images, 24, save_dir='steps')
zip -r compressed.zip steps/

I derivated a collab with that modifications here https://bit.ly/rudallesmax so , thank you very much @bitcoin5000 for the save_dir tip.

Jakeukalane avatar Jun 11 '22 19:06 Jakeukalane