You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, StabilityMatrix downgrades Automatic1111 torch version on every update. I'm on dev branch of Automatic1111, it warns about outdated torch version. I've tried manually updating with params or via StabilityMatrix UI, but Torch and Xformers get downgraded anyway.
Warning from the log:
You are running torch 2.0.1+cu118.
The program is tested to work with torch 2.1.2.
To reinstall the desired version, run with commandline flag --reinstall-torch.
Beware that this will cause a lot of large files to be downloaded, as well as
there are reports of issues with training tab on the latest version.
Use --skip-version-check commandline argument to disable this check.
==============================================================================
=================================================================================
You are running xformers 0.0.20.
The program is tested to work with xformers 0.0.23.post1.
To reinstall the desired version, run with commandline flag --reinstall-xformers.
Use --skip-version-check commandline argument to disable this check.
hi, wouldnt it be better to read the actual requirements.txt and requirements_versions.txt instead of hardcoding the version numbers in StabilityMatrix.Core\Models\Packages as different branches have different requirements ?
Pent
pushed a commit
to Pent/StabilityMatrix
that referenced
this issue
Jan 31, 2024
For some reason, StabilityMatrix downgrades Automatic1111 torch version on every update. I'm on dev branch of Automatic1111, it warns about outdated torch version. I've tried manually updating with params or via StabilityMatrix UI, but Torch and Xformers get downgraded anyway.
Warning from the log:
Windows 11
Stability Matrix v2.7.9
Automatic1111:
The text was updated successfully, but these errors were encountered: