mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
typo
This commit is contained in:
parent
47d8e1205b
commit
90cf644bb9
12
README.md
12
README.md
@ -41,22 +41,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 Advanced SDXL
|
||||
- [X] Support advanced **SDXL** models
|
||||
|
||||
> [!Note]
|
||||
> - **v-prediction:** `state_dict` much includes "`v_pred`"
|
||||
> - **Zero Terminal SNR:** `state_dict` much includes "`ztsnr`"
|
||||
> - **Rectified Flow:** the model needs to include "`rectified`" in its path *(**e.g.** file name or folder name)*
|
||||
> - **v-prediction:** `state_dict` must include "`v_pred`"
|
||||
> - **Zero Terminal SNR:** `state_dict` must include "`ztsnr`"
|
||||
> - **Rectified Flow:** the model must include "`rectified`" in its path *(**e.g.** file name or folder name)*
|
||||
|
||||
- [X] Support [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image) / [Qwen-Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit-2509)
|
||||
|
||||
> [!Note]
|
||||
> To be detected as an **Edit** model, the model needs to include "`qwen`" and "`edit`" in its path *(**e.g.** file name or folder name)*
|
||||
> To be detected as an **Edit** model, the model must include "`qwen`" and "`edit`" in its path *(**e.g.** file name or folder name)*
|
||||
|
||||
- [X] Support [Flux Kontext](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev)
|
||||
|
||||
> [!Note]
|
||||
> To be detected as a **Kontext** model, the model needs to include "`kontext`" in its path *(**e.g.** file name or folder name)*
|
||||
> To be detected as a **Kontext** model, the model must include "`kontext`" in its path *(**e.g.** 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user