From 700daee4d7fdf5b8a06615db64a6f519387dfc52 Mon Sep 17 00:00:00 2001 From: Haoming Date: Wed, 22 Oct 2025 18:16:48 +0800 Subject: [PATCH] update README --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2a0958dd..6f2dba84 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. 08] +## Features [Oct. 22] > Most base features of the original [Automatic1111 Webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) should still function #### New Features @@ -35,17 +35,22 @@ The name "Forge" is inspired by "Minecraft Forge". This project aims to become t > [!Important] > To export a video, you need to have **[FFmpeg](https://ffmpeg.org/)** installed -- [X] Support [Qwen-Image](https://github.com/QwenLM/Qwen-Image) - - **not** `qwen-image-edit` -- [X] Support [Nunchaku](https://github.com/nunchaku-tech/nunchaku) (`SVDQ`) Models - - `dev`, `krea`, `kontext`, `qwen-image`, `t5` -- [X] Support [Flux Kontext](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev) +- [X] Support [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image) +- [X] Support [Qwen-Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) - `img2img`, `inpaint` - - support multi-image inputs > [!Note] -> Since the `state_dict` between **Flux-Dev**, **Flux-Krea**, and **Flux-Kontext** are exactly the same, to be properly detected as a **Kontext** model, the model needs to include "`kontext`" in its path, either the file or folder name. +> Since the layers between **Qwen-Image** and **Qwen-Image-Edit** are exactly the same, to be properly detected as an **Edit** model, the model needs to include "`qwen`" and "`edit`" in its path, either the file name or folder name. +- [X] Support [Flux Kontext](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev) + - `img2img`, `inpaint` + +> [!Note] +> Since the layers between **Flux-Dev**, **Flux-Krea**, and **Flux-Kontext** are exactly the same, to be properly detected as a **Kontext** model, the model needs to include "`kontext`" in its path, either the file name or folder name. + +- [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 [Chroma](https://huggingface.co/lodestones/Chroma) - special thanks: [@croquelois](https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/2925) - [X] Rewrite Preset System