Update README.md

This commit is contained in:
lllyasviel 2024-02-05 15:14:09 -08:00
parent 88f6df4dcd
commit 28c4dd05d0

View File

@ -1,6 +1,6 @@
# Stable Diffusion Web UI Forge # 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, optimize resource management, and speed up inference. Stable Diffusion Web UI Forge is a platform on top of [Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and [Gradio](https://www.gradio.app/) to make development easier, optimize resource management, and speed up inference.
The name "Forge" is inspired from "Minecraft Forge". This project is aimed at becoming SD WebUI's Forge. The name "Forge" is inspired from "Minecraft Forge". This project is aimed at becoming SD WebUI's Forge.
@ -20,6 +20,10 @@ Thanks to Unet Patcher, many new things are possible now and supported in Forge,
**No need to monkey patch UNet and conflict other extensions anymore!** **No need to monkey patch UNet and conflict other extensions anymore!**
Forge also adds a few samplers, including but not limited to DDPM, DDPM Karras, DPM++ 2M Turbo, DPM++ 2M SDE Turbo, LCM Karras, Euler A Turbo, etc. (LCM is already in original webui since 1.7.0).
Finally, Forge promise that we will only do our jobs. Forge will never add unnecessary opinioned changes to the user interface. You are still using 100% Automatic1111 WebUI.
# Installing Forge # Installing Forge
You can install Forge using same method as SD-WebUI. (Install Git, Python, Git Clone this repo and then run webui-user.bat). You can install Forge using same method as SD-WebUI. (Install Git, Python, Git Clone this repo and then run webui-user.bat).
@ -67,8 +71,6 @@ Forge can perfectly keep WebUI unchanged even for most complicated prompts like
All your previous works still work in Forge! All your previous works still work in Forge!
Also, Forge promise that we will only do our jobs. We will not add unnecessary opinioned changes to UI. You are still using 100% Automatic1111 WebUI.
# Forge Backend # Forge Backend
Forge backend removes all WebUI's codes related to resource management and reworked everything. All previous CMD flags like `medvram, lowvram, medvram-sdxl, precision full, no half, no half vae, attention_xxx, upcast unet`, ... are all **REMOVED**. Adding these flags will not cause error but they will not do anything now. **We highly encourage Forge users to remove all cmd flags and let Forge to decide how to load models.** Forge backend removes all WebUI's codes related to resource management and reworked everything. All previous CMD flags like `medvram, lowvram, medvram-sdxl, precision full, no half, no half vae, attention_xxx, upcast unet`, ... are all **REMOVED**. Adding these flags will not cause error but they will not do anything now. **We highly encourage Forge users to remove all cmd flags and let Forge to decide how to load models.**