Input pre-generated images and metadata. #117
Replies: 1 comment
-
Depends what you're trying to do? 1: Manually Fill In Image SlotsRun the gridgen once, let it get started, then hit interrupt - it now has the base files laid out, and you can go store images in the relevant slots, then can also run the gridgen again if you need it to fill in remaining slots (it won't overwrite images that are already stored). 2: Manually make your own grid that doesn't fit the actual standard multi-axis grid format exactly (ie just browse images)Might want to go a different route, or just use the html/js files as a starting point and customize it. Might consider other tools like StableSwarmUI's built in image browser 3: Writing your own software that builds gridsAll the code is open source and relatively straightforward, with a reference implementation in both python and C#, you're welcome to copy out either reference and use it. 4: Something elseIf none of the above is what you're trying, please clarify what you're wanting to do |
Beta Was this translation helpful? Give feedback.
-
Is there a way to pass in my own generated images and associated parameter settings rather than to have this tool generate the images for me before creating the grid?
Beta Was this translation helpful? Give feedback.
All reactions