nitrousoxXxide

Results 3 comments of nitrousoxXxide

As of 26 May it's still broken

Confirmed with same error. Tried updating kohya first, but failed on update. Uninstalled and attempted to reinstall, but got unrecognized arguments: --headless as well.

In StabilityMatrix.Core/Models/Packages/KohyaSs.cs ``` .CustomInstall( "setup/setup_linux.py --platform-requirements-file=requirements_linux.txt --no_run_accelerate", onConsoleOutput ) ``` was changed to `.CustomInstall("setup/setup_linux.py --headless", onConsoleOutput)` which seems to be the problem