mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Updated AMD ROCm (markdown)
+4
-3
@@ -161,9 +161,10 @@ Setting `fp16` has also a noticeable improvement on performance.
|
||||
|
||||
On RDNA3 hardware (RX 7000 series), you can set the option to use CK Flash Attention for improved performance in *Compute Settings > Cross Attention > SDP Options* by toggling `CK Flash attention` and restarting SD.Next. Notice that enabling this option requires `rocm-hip-sdk` installed as it will download and compile an additional Python package from source on startup.
|
||||
|
||||
In case you want to install it manually, activate the virtual environment then run `pip`:
|
||||
|
||||
`pip install git+https://github.com/Disty0/flash-attention@navi_rotary_fix`
|
||||
In case you want to install it manually, activate the virtual environment then run `pip`:
|
||||
```
|
||||
pip install --no-build-isolation git+https://github.com/Disty0/flash-attention@navi_rotary_fix
|
||||
```
|
||||
|
||||
## ROCm Windows Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user