Skip to content

Restore scripts/train_ui.py as a compat shim for external launchers - #1591

Merged
dxqb merged 1 commit into
Nerogar:masterfrom
dxqb:fix-train-ui-compat
Jul 5, 2026
Merged

Restore scripts/train_ui.py as a compat shim for external launchers#1591
dxqb merged 1 commit into
Nerogar:masterfrom
dxqb:fix-train-ui-compat

Conversation

@dxqb

@dxqb dxqb commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • implement Qt6 views #1446 split scripts/train_ui.py into train_ui_qt.py/train_ui_ctk.py, but some third-party launchers (e.g. Stability Matrix) invoke scripts/train_ui.py directly instead of start-ui.bat/.sh, which now fails with a missing-file error.
  • Adds back scripts/train_ui.py as a thin shim that forwards to train_ui_qt.main(), so those launchers keep working while start-ui.bat/.sh remain the recommended entry point.

Drafted by Claude

PR Nerogar#1446 split train_ui.py into train_ui_qt.py/train_ui_ctk.py, which broke
third-party launchers (e.g. Stability Matrix) that invoke scripts/train_ui.py
directly instead of start-ui.bat/.sh.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@dxqb
dxqb merged commit 192c6ac into Nerogar:master Jul 5, 2026
1 check passed
@dxqb
dxqb deleted the fix-train-ui-compat branch July 5, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant