Replies: 1 comment 1 reply
-
Reverting to a specific (older) version of AI-Toolkit (reversible)
From the AI-Toolkit folder run these commands: git stashgit checkout commit-id(replace commit-id with the number you need) Check if you are in the correct Commit-ID with: git branchReturn to the main branch:From the AI-Toolkit folder run these commands: git checkout maingit stash dropCheck if you are in the main branch with: git branchGood luck 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The Easy Install setup worked perfectly for me before the last update. However, after performing the routine update, which included the new training model options, all training jobs are now failing to initialize correctly.
When I click to start any training job (whether it's an old, working model or a new one), the system gets stuck:
UI Status: It only displays "Starting job..."
Actual State: My GPU and CPU show no actual processing activity—the job never truly starts.
Even when I reinstalled it using Easy Install, the same thing happened.
I would be extremely grateful if you could investigate the job running logic against the recent changes.
Thank you again for maintaining this vital community resource.
Beta Was this translation helpful? Give feedback.
All reactions