nod-ai / SHARK-Studio

SHARK Studio -- Web UI for SHARK+IREE High Performance Machine Learning Distribution
Apache License 2.0
1.41k stars 170 forks source link

Feature Request: write every X iterations #1149

Open GoZippy opened 1 year ago

GoZippy commented 1 year ago

For testings best settings for each model - I would like to be able to run say a 100 iter where I write the file every 10 iterations from say 30 to 100 so I can see how it is morphed and changed at various stages - and perhaps narrow down best settings -faster - than running the same thing over and over again only slightly changing the steps or cfg... maybe make a quick checkpoint test grid or something of that sort... any ideas? (for webui)

raktorx commented 1 year ago

Similar question. Functionality in web-ui similar to "X/Y/Z Plot Script" from https://github.com/AUTOMATIC1111/stable-diffusion-webui would be very helpful. I understand that there are a number of limitations on our platform, however, the batch count function for multi-launch with a random value for the "seed" argument has already been implemented. Is it possible to do this for other arguments as well?