mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 03:29:49 +00:00
58 lines
2.4 KiB
Markdown
58 lines
2.4 KiB
Markdown
# This is a Private Project
|
|
|
|
Currently, we are only sending invitations to people who may be interested in development of this project.
|
|
|
|
Please do not share codes or info from this project to public.
|
|
|
|
If you see this, please join our private Discord server for discussion: https://discord.gg/SGjWyaMS
|
|
|
|
# Stable Diffusion Web UI Forge
|
|
|
|
Stable Diffusion Web UI Forge is a platform on top of [Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) to make development easier, and optimize the speed and resource consumption.
|
|
|
|
The name "Forge" is inspired from "Minecraft Forge". This project will become SD WebUI's Forge.
|
|
|
|
Forge will give you:
|
|
|
|
1. Improved optimization. (Fastest speed and minimal memory use among all alternative software.)
|
|
2. Patchable UNet and CLIP objects. (Developer-friendly platform.)
|
|
|
|
# Improved Optimization
|
|
|
|
I tested with several devices, and this is a typical result from 8GB VRAM (3070ti laptop).
|
|
|
|
**This is WebUI:**
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
(average about 7.4GB/8GB, peak at about 7.9GB/8GB)
|
|
|
|
**This is WebUI Forge:**
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
(average and peak are all 6.3GB/8GB)
|
|
|
|
Also, you can see that Forge does not change WebUI results. Installing Forge is not a seed breaking change.
|
|
|
|
We do not change any UI. But you will see the version of Forge here
|
|
|
|

|
|
|
|
"f0.0.1v1.7.0" means WebUI 1.7.0 with Forge 0.0.1
|
|
|
|
|
|
|