Intro.
Using the tool to generate image in batch easier.
Good for :
exploring
benchmarking
finding good images for training dataset
one click highres & adetailer face fix
... ( more in the future )
Changelog
250521 (alpha)
Use case : creating images for game
250517 (alpha)
Get started
250521
Use case : creating images for game
This is a recent use case, that I'd like to share.
I am working on a small game, and I need to get some images of cute monsters for the game asset.
The tool helps me comparing with AUTO1111 webui & ComfyUI in this use case. ( they are both good in some way, but they got some problems )
problem of AUTO1111 : setting the prompt & params on GUI is time consuming
problem of ComfyUI : I haven't got any clue about the best workflow as I need to test on-the-fly to try ( and I don't actually need a complex workflow ), I simply need a way to easily alter the prompt & params, batch generation with random combinations and easily remix & highres a candidate generation.
Using the following steps to batch creating images.
250517
Get started
download the zip & unzip
cd to the project folder
install node (v18.x), pnpm (v10.x)
pnpm install
pnpm dev
visit http://localhost:8020
< intro to be continue ... >