We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md mentions pyTorch >=2.0.1 is required.
https://github.com/PixArt-alpha/PixArt-sigma/blob/master/requirements.txt#L17 requests xformers==0.0.19, which needs pyTorch ==2.0.0 - see facebookresearch/xformers#752 for example.
Either README.md or requirements.txt could be outdated.
The text was updated successfully, but these errors were encountered:
I updated requirements.txt with xformers==0.0.20 to match the expected torch==2.0.1 - as installed suggested by README.md - to make it work locally.
Sorry, something went wrong.
No branches or pull requests
README.md mentions pyTorch >=2.0.1 is required.
https://github.com/PixArt-alpha/PixArt-sigma/blob/master/requirements.txt#L17 requests xformers==0.0.19, which needs pyTorch ==2.0.0 - see facebookresearch/xformers#752 for example.
Either README.md or requirements.txt could be outdated.
The text was updated successfully, but these errors were encountered: