From 4f572b8e2f1bb7e84c102ae7fd162af431ec4bd6 Mon Sep 17 00:00:00 2001 From: Haoming Date: Wed, 29 Oct 2025 16:12:25 +0800 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f2dba84..5e5835b0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t
-## Features [Oct. 22] +## Features [Oct. 29] > Most base features of the original [Automatic1111 Webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) should still function #### New Features @@ -30,7 +30,7 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t - [X] Support [Wan 2.2](https://github.com/Wan-Video/Wan2.2) - `txt2img`, `img2img`, `txt2vid`, `img2vid` - use `Refiner` to achieve **High Noise** / **Low Noise** switching - - enable `Refiner` in **Settings/UI Alternatives** + - enable `Refiner` in **Settings/Refiner** > [!Important] > To export a video, you need to have **[FFmpeg](https://ffmpeg.org/)** installed @@ -51,6 +51,8 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t - [X] Support Multi-Image Inputs for **Qwen-Image-Edit** and **Flux-Kontext** - [X] Support [Nunchaku](https://github.com/nunchaku-tech/nunchaku) (`SVDQ`) Models - `flux-dev`, `flux-krea`, `flux-kontext`, `qwen-image`, `qwen-image-edit`, `t5` +- [X] Support [Lumina-Image-2.0](https://huggingface.co/Alpha-VLLM/Lumina-Image-2.0) + - `Neta-Lumina`, `NetaYume-Lumina` - [X] Support [Chroma](https://huggingface.co/lodestones/Chroma) - special thanks: [@croquelois](https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/2925) - [X] Rewrite Preset System @@ -67,6 +69,8 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t - [X] Implement MaHiRo - alternative CFG calculation; improve prompt adherence - enable in **Settings/UI Alternatives** +- [X] Implement [Epsilon Scaling](https://github.com/comfyanonymous/ComfyUI/pull/10132) + - enable in **Settings/Stable Diffusion** - [X] Support loading upscalers in `half` precision - speed up; reduce quality - enable in **Settings/Upscaling** @@ -107,6 +111,7 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t - [X] Improve `ForgeCanvas` - hotkeys - brush adjustments + - customization - deobfuscate - [X] Optimize upscaler logics - [X] Optimize certain operations in `Spandrel` @@ -119,7 +124,7 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t - [X] Check for Extension updates in parallel - [X] Move `embeddings` folder into `models` folder - [X] Disable Refiner by default - - enable again in **Settings/UI Alternatives** + - enable again in **Settings/Refiner** - [X] Lint & Format - [X] Update `Pillow` - faster image processing