add backend note

This commit is contained in:
lllyasviel 2024-02-10 05:39:03 -08:00 committed by GitHub
parent 6e71d97478
commit 15bb49e761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,6 +121,8 @@ Again, Forge do not recommend users to use any cmd flags unless you are very sur
# UNet Patcher
Note that [Forge does not use any other software as backend](https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/169). The full name of the backend is `Stable Diffusion WebUI with Forge backend`, or for simplicity, the `Forge backend`. The API and python symbols are made similar to previous software only for reducing the learning cost of developers.
Now developing an extension is super simple. We finally have a patchable UNet.
Below is using one single file with 80 lines of codes to support FreeU: