Is xformers disabled in latest commit? #64
-
Since PyTorch 2.0 is GA, I have been using it with xformers (using command line arguments OS: Linux Mint 21.1 x64 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
yes, latest version prefers i've just added extra cmd flag to disable sdp if you don't want to use it: |
Beta Was this translation helpful? Give feedback.
-
I also may add, when starting up, it writes: Altough xformes should be installed. At least it says so when I do pip install xformers ... |
Beta Was this translation helpful? Give feedback.
-
fyi, major update posted, see #99 for details. as a result of that, all cross-optimization flags are gone and now you should configure it from the ui itself. |
Beta Was this translation helpful? Give feedback.
yes, latest version prefers
sdp
overxformers
by default.if sdp is not available it will try xformers and xformers are not available then doggetx.
i've just added extra cmd flag to disable sdp if you don't want to use it:
--disable-sdp-attention