update changelog

This commit is contained in:
Vladimir Mandic
2024-04-21 15:20:50 -04:00
parent 1535bd3931
commit 47a72cf6d1
+7
View File
@@ -50,6 +50,13 @@
- Removed built-in extensions: *ControlNet* and *Image-Browser*
as both *image-browser* and *controlnet* have native built-in equivalents
both can still be installed by user if desired
- Different defaults depending on available GPU, thanks @Disty0
- 4GB and below: *lowvram*
- 8GB and below: *medvram*
- Use Dynamic Attention SDP with *medvram* or *lowvram*
- Enable VAE Tiling for *medvram* and *lowvram*
- Disable Extract EMA by default
- Disable forced VAE Slicing for *lowvram*
- **Improvements**:
- Faster server startup
- Add **MIGraphX** torch optimization engine, thanks @Disty0