Update changelog

This commit is contained in:
Disty0
2024-02-10 18:55:36 +03:00
parent 12675a0137
commit 3bb80821ab
9 changed files with 11 additions and 8 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
- **Dynamic Attention Slicing**
dynamically slices attention queries in order to save vram based on query size and slice rate in GB
slicing gets only triggered if the query size is larger than the slice rate to gain performance
*settings -> diffusers settings -> dynamic attention slicing*
*Dynamic Attention Slicing BMM* uses *Batch matrix-matrix*
*Dynamic Attention Slicing SDP* uses *Scaled Dot Product*
*settings -> compute settings -> attention -> dynamic attention slicing*
- **ONNX**:
- allow specify onnx default provider and cpu fallback
*settings -> diffusers*
Submodule
+1
Submodule modules/lora added at 1a36f9dc65
+1 -1
Submodule wiki updated: d5fe235e49...a1100f1974