Training appears to “crash” on Windows without any error, SOLVED #3237
Wernervanrun
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When running Kohya training on Windows, users may see GPU activity drop to zero and logs stop without any error messages. In most cases, this “crash” is actually the result of the console’s QuickEdit (text‑selection) mode pausing the process. Clearing the selection immediately resumes training.
Background & Cause
Windows’ built‑in console host (CMD, PowerShell) features a QuickEdit mode that lets you click and drag to select text. Entering selection mode blocks all console write operations—including the logging calls and the main loop that dispatches new GPU work—so it appears as if training has hung or crashed. In reality, the process is simply waiting for the selection to be cleared.
Steps to Reproduce
Workaround
Proposal for Documentation
Beta Was this translation helpful? Give feedback.
All reactions