You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include (in each generated subdirectory) a simple txt or json with the associated prompt text.
customize the filename structure (maybe exposing some simple variables, such as timestamp, count, etc, meaning we could do something like imageFileNameStructure: mj-image-{count})
The text was updated successfully, but these errors were encountered:
I guess both subfolder logic and file name pattern could be implemented by a "filename-pattern" parameter or something similar. This will require defining template variables such as {prompt}, {timestamp}, etc.
This isn't a bad feature, but I'm afraid it won't add much value to the tool. So I won't prioritize it.
Meanwhile you could achieve something similar by launching the tool several times with different album names. Or even adding a bash script that creates the subfolders and rename files after bulkai has finished.
First off, thanks for this awesome tool. Excited to see it continually get better and better.
The idea is that a list of prompts like this:
would output the generated images into the following folders:
Additional (related) feature requests):
txt
orjson
with the associated prompt text.timestamp
,count
, etc, meaning we could do something likeimageFileNameStructure: mj-image-{count}
)The text was updated successfully, but these errors were encountered: