Auto-caption QoL change, build errors cleared.#876
Open
ElBiggus wants to merge 3 commits into
Open
Conversation
… relevant captioner as the default (i.e. no more having to manually swap to Qwen for image sets!)
…dy covered by `serverExternmalPackages`; Next 15 requires `promise` based parameters so I cleaned them up and patched the route handlers, so it now builds cleanly, no need to suppress anything duyring build! (Note, this has only been tested on Windows, so YMMV.)
…e queue after every N checkpoints allowing progressive unattended training of multiple LoRAs - set max iterations to a high value on a batch of jobs, set a re-queue value, and let them run, and at some point you can check the samples and stop any jobs that seem to be sufficiently trained. (It required some modifications to how return_to_queue startJob works as it was being treated as an exception, spamming the log with errors, and preventing them from restarting properly.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two sets of changes for the price of one:
Auto-captioning spelling fix and QoL feature
Cleaned up build errors:
serverExternalPackagesso I nixxed it.devIndicators.buildActivitycruft.Note: only tested on Windows (built using the
AI-Toolkit-Easy-Installlaunch script), so YMMV.