update README

This commit is contained in:
Haoming 2026-05-15 11:40:56 +08:00
parent 6b3673affe
commit 6e8086edea
2 changed files with 16 additions and 6 deletions

View File

@ -97,7 +97,7 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t
- [X] Support [SageAttention](https://github.com/thu-ml/SageAttention), [FlashAttention](https://github.com/Dao-AILab/flash-attention), `fp16_accumulation`, `torch._scaled_mm`
- see [Commandline](#by-neo)
- [X] Implement Triton Kernel for `matmul` in `torch.int8`
- speed up `bf16` models
- speed up inference after quantization
- enable by selecting `int8` in the `Diffusion in Low Bits`
- [X] Implement [Radial Attention](https://github.com/mit-han-lab/radial-attention)
- speed up `Wan 2.2`
@ -200,6 +200,10 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t
- update descriptions
- [X] Check for Extension updates in parallel
- [X] Move `embeddings` folder into `models` folder
- [X] Infotext Rewrite
- allow switching Models and Modules
- save `emphasis` properly
- correct default values
- [X] ControlNet Rewrite
- change Units to `gr.Tab`
- remove multi-inputs, as they are "[misleading](https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/932)"
@ -337,10 +341,8 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t
<br>
> [!Tip]
> For **Linux** and **macOS**, refer to [Wiki](https://github.com/Haoming02/sd-webui-forge-classic/wiki/Unix)
> [!Tip]
> For **Docker** (`Nvidia`), refer to [Docker](docker/)
> - For **Linux** and **macOS**, refer to [Wiki](https://github.com/Haoming02/sd-webui-forge-classic/wiki/Unix)
> - For **Docker** (`Nvidia`), refer to [Docker](docker/)
<br>
@ -411,3 +413,11 @@ Buy me a <a href="https://ko-fi.com/Haoming">Coffee</a> ☕~
<a href="https://paypal.me/hmgamingdonation">PayPal</a> me 💳~
</i></sub>
</p>
<br>
<p align="center">
<a href="https://www.star-history.com/?repos=Haoming02%2Fsd-webui-forge-classic&type=date&legend=top-left">
<img src="https://api.star-history.com/chart?repos=Haoming02/sd-webui-forge-classic&type=date&legend=top-left">
</a>
</p>

View File

@ -1,2 +1,2 @@
version = "neo"
release = "2.23"
release = "2.24"