Run queue and activity centre, models panel, training snapshots - #45
Merged
Conversation
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.
Adds a real notion of "a run" to the UI, a read-only models browser, graph
import/export, and surfaces the LoRAs training already writes mid-run.
Schema bumps to 18 (new
generation_runstable). Version bumped to 1.2.68.Run queue and activity centre
positions, per-run cancel, cancel all, and recent history.
RunManagerbehind an observer seam, so runs submittedstraight to
POST /v1/runsshow up and cancel from the same place. NewGET /v1/runsendpoint.up to
App.tsx, and the client re-syncs on reconnect.Reconnected notices.
Fixes found along the way
one it was started in. The project is now pinned at submit.
uncancellable.
transfers on the way out.
until Core confirms.
costing two multi-GB copies per render for nothing.
Models
with sizes. No file actions.
--models-diris additive, so a custom root no longer hides./models.Core, via a refresh beside every model select and on window focus.
Graph and canvas
nodes at all (it silently did nothing before).
Training
so they can be used in a graph.
checkpoint and on stop.