devilismyfriend / StableTuner

Finetuning SD in style.
GNU Affero General Public License v3.0
670 stars 51 forks source link

First version of expanded token limits #63

Closed Jordach closed 1 year ago

Jordach commented 1 year ago

1500 total tokens, on 24GB cards. Plans are to dynamically change the number of allotted tokens based on batch size.

No user input is required for the token limit expansion.

If a batch of images contains more than 1500, it's truncated to size. Due to the shifting nature of memory usage, memory is cleared every 100 steps with a second through pass every 250 steps. May need adjusting for long term brewing, but has been stable for 42 hours without stoppage.

devilismyfriend commented 1 year ago

can you change the code so the extended mode will be presented as an option to the user rather than the default?

Jordach commented 1 year ago

Done and dusted.