-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
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
xformers install error #9
Comments
Issue resolved by changing version from v0.0.13 in requirements.txt to v0.0.12 as per: AUTOMATIC1111/stable-diffusion-webui#2047 Now another error comes:
|
can you pl help in understanding cuda & python version that needs to be installed, im using win 11, facing same issue as you mentioned |
You need to put large disclaimer that windows is unsupported if it is so - so people would not waste their time trying to run it on win 11, please. As I see - motion-vector-extractor - is linux only. |
I managed to run it under win11 - 1) in requirements - xformers==0.0.16 and comment out motion-vector-extractor and triton and it's generating videos while producing some errors like - 'rm' is not recognized as an internal or external command, |
@VictorLaskin Has anyone tried to run this using WSL?.. |
To resolve the "rm" errors, you can use either Visual Studio(maybe coder too), or Notepad++, and do a folder or project wide replace command using the advanced find functions in each (ctrl+shift+f in VS, ctrl+f in ++): Find: This should translate the unix command to win equivalent so it can perform it's function in a windows environment. there is always some risk when doing a mass blind multi file line replace batch job, however, "rm -rf" is rather specific so the risk is low IMO, but, you still own your risk and do so at your own risk. I believe mine said the project had a total of 17 occurrences. no idea where, so, if you knew where though it's not totally undoable manually as well. or you could search for them instead of replace as well, just slower. |
Make sure you are using python3.8 for installing xformers. |
Running on Windows 11
Attempting requirements.txt install returns:
Error persists even after running
git submodule update --init --recursive
in the directory.The text was updated successfully, but these errors were encountered: