diff --git a/README.md b/README.md index 045bfce5..cdfb7147 100644 --- a/README.md +++ b/README.md @@ -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
> [!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/)
@@ -411,3 +413,11 @@ Buy me a Coffee ☕~ PayPal me 💳~

+ +
+ +

+ + + +

diff --git a/modules_forge/forge_version.py b/modules_forge/forge_version.py index 8aad065a..1748a341 100644 --- a/modules_forge/forge_version.py +++ b/modules_forge/forge_version.py @@ -1,2 +1,2 @@ version = "neo" -release = "2.23" +release = "2.24"