Closed rafstahelin closed 6 months ago
In the Swarm version of the interface, you can simply start typing the model name and then hit 'add all':
In the auto webui version, iirc there's a fill button to spam all the model names, and then you can just delete the ones before & after your list. Bit more awkward but it works.
@mcmonkey4eva gonna make a shell script to list models from a selection, will be super quick. Diving into the extension. Loving it
I am xy plotting for checkpoint trainings.
A typical Model looks like this:
modelname-step00001000.safetensors
So in Axis Model I have to put:
I wonder if there is a simple way to not have to write the whole model name for every value. My model names are quite long: gr4ph1cwbw_v049adamw8bit-annealing-_200wbwclaude_bs6_wd45-tmax175-TE-step00000335
Would it somehow be possible to simply replace the steps rather than the whole name, to run each new model--by steps?
Something like: modelname-step00001000, ...1200, ...1400
Like in xy plot, with the S/R?