Replies: 1 comment 2 replies
-
Looks like a solid start! What I find that I want to do when browsing a library like this is try to dial in specific parameters. So, I'll try to arrange my folder view width so that iterations loop on each row. In other words, row 1 will be all the same settings except iterations is increasing from left to right, since iterations has a big effect. Then I can scan down and see the effect of the second thing that's changing. What I feel like I really want is the ability to dynamically sort by metadata. "Show me all iterations==15, with ascending values of init_weight" for example. I've never coded any kind of UI or interface for anything, so I'm not planning to tackle it, but that's the kind of analysis I want to do. On a related note, please comment on my proposal to switch to JPG output here. |
Beta Was this translation helpful? Give feedback.
-
So I finally had some times to write something that generates html from an image folder of upscaled images with meta data.
Personally this is for my use cases where I iterate over the same man text prompt combined with materials and art styles to see which one I like better.
So far what it does:
I tried to keep the extra python libs down, I added Path and a sanitize function for file names (names with spaces, or weird chrs in filenames are not valid html)
Things I would like to do:
I can share my rough code if you like, I'm sure you will laugh at how things are written :)
Output
Beta Was this translation helpful? Give feedback.
All reactions