mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-09 01:19:58 +00:00
use new links for images if they were broken
This commit is contained in:
50
README.md
50
README.md
@@ -34,8 +34,7 @@ If you know what you are doing, you can install Forge using same method as SD-We
|
||||
|
||||
After you download, you uncompress, use `update.bat` to update, and use `run.bat` to run.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# Screenshots of Comparison
|
||||
|
||||
@@ -43,25 +42,25 @@ I tested with several devices, and this is a typical result from 8GB VRAM (3070t
|
||||
|
||||
**This is original WebUI:**
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
(average and peak are all 6.3GB/8GB)
|
||||
|
||||
@@ -215,11 +214,11 @@ class FreeUForForge(scripts.Script):
|
||||
|
||||
It looks like this:
|
||||
|
||||

|
||||

|
||||
|
||||
Similar components like HyperTile, KohyaHighResFix, SAG, can all be implemented within 100 lines of codes (see also the codes).
|
||||
|
||||

|
||||

|
||||
|
||||
ControlNets can finally be called by different extensions.
|
||||
|
||||
@@ -345,14 +344,13 @@ Note that although the above codes look like independent codes, they actually wi
|
||||
|
||||
Note that this management is fully automatic. This makes writing extensions super simple.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
Similarly, Zero123:
|
||||
|
||||

|
||||

|
||||
|
||||
### Write a simple ControlNet:
|
||||
|
||||
@@ -528,7 +526,7 @@ if not cmd_opts.show_controlnet_example:
|
||||
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Add a preprocessor
|
||||
@@ -628,29 +626,27 @@ Thanks to Unet Patcher, many new things are possible now and supported in Forge,
|
||||
|
||||
Masked Ip-Adapter
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
Masked ControlNet
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
PhotoMaker
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Marigold Depth
|
||||
|
||||

|
||||

|
||||
|
||||
# New Samplers (that are not in origin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user