index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
added --listen option to make gradio listen on network requests
AUTOMATIC
2022-09-05
3
-2
/
+3
*
fix for setting values for gradio sliders when users has bad data in ui-confi...
AUTOMATIC
2022-09-05
1
-3
/
+3
*
fix readme giving bad advice
AUTOMATIC
2022-09-05
1
-1
/
+1
*
Update webui.py to instruct python to install binary packages; this should pr...
AUTOMATIC
2022-09-05
3
-7
/
+11
*
added gitignore as per #67
AUTOMATIC
2022-09-05
1
-0
/
+8
*
re-integrated tiling option as a UI element
AUTOMATIC
2022-09-05
7
-11
/
+34
*
add an option to enable tiling image generation
AUTOMATIC
2022-09-04
3
-0
/
+12
*
bugfix (thx #88443949)
AUTOMATIC
2022-09-04
1
-1
/
+1
*
readme
AUTOMATIC
2022-09-04
1
-2
/
+3
*
add split attention layer optimization from https://github.com/basujindal/sta...
AUTOMATIC
2022-09-04
2
-1
/
+44
*
added credits section
AUTOMATIC
2022-09-04
1
-2
/
+9
*
ESRGAN support
AUTOMATIC
2022-09-04
10
-31
/
+327
*
added UI config file: ui-config.json
AUTOMATIC
2022-09-04
2
-2
/
+49
*
moved images to
AUTOMATIC
2022-09-04
15
-217
/
+34
*
save grids created by scripts
AUTOMATIC
2022-09-04
2
-1
/
+5
*
added poor man's inpainting script
AUTOMATIC
2022-09-03
7
-51
/
+193
*
fix for sampler not working in X/Y plot script
AUTOMATIC
2022-09-03
1
-2
/
+3
*
fix for broken image saving when using non-default directory
AUTOMATIC
2022-09-03
1
-1
/
+1
*
option to invert mask for inpainting
AUTOMATIC
2022-09-03
3
-5
/
+18
*
fix to make scripts that failed to compile not crash the program
AUTOMATIC
2022-09-03
1
-11
/
+15
*
Merge pull request #60 from hentailord85ez/file-not-found-fix
AUTOMATIC1111
2022-09-03
1
-0
/
+3
|
\
|
*
Don't iterate over scripts if it doesn't exist
hentailord85ez
2022-09-03
1
-0
/
+3
*
|
Merge pull request #59 from hentailord85ez/master
AUTOMATIC1111
2022-09-03
1
-1
/
+1
|
\
\
|
*
|
Fixed typo 'medram' -> 'medvram' in webui.py
hentailord85ez
2022-09-03
1
-1
/
+1
|
|
/
*
/
scripts
AUTOMATIC
2022-09-03
5
-2
/
+278
|
/
*
option to unload GFPGAN after using
AUTOMATIC
2022-09-03
2
-3
/
+13
*
support for scripts
AUTOMATIC
2022-09-03
10
-152
/
+181
*
split codebase into multiple files; to anyone this affects negatively: sorry
AUTOMATIC
2022-09-03
15
-2037
/
+2219
*
load GFPGAN once and keep it in memory for #53
AUTOMATIC
2022-09-03
1
-1
/
+9
*
fix for webui.bat to support python with spaces in names
AUTOMATIC
2022-09-02
1
-1
/
+1
*
Update to support embedding with length greater than 1.
AUTOMATIC
2022-09-02
2
-7
/
+10
*
this should send the currently selected image to other tabs instead of the first
AUTOMATIC
2022-09-02
2
-9
/
+46
*
readme clarifications
AUTOMATIC
2022-09-02
1
-1
/
+1
*
change webui.bat to use venv
AUTOMATIC
2022-09-02
4
-7
/
+46
*
Change SD upscales to save as images rather than grids and to respect image s...
AUTOMATIC
2022-09-02
1
-1
/
+2
*
Merge pull request #50 from deggua/automatic_master
AUTOMATIC1111
2022-09-02
1
-1
/
+0
|
\
|
*
Merge branch 'master' into automatic_master
deggua
2022-09-02
1
-13
/
+13
|
|
\
|
|
/
|
/
|
*
|
fix for bad data in saved text files when batch size or batch cunt > 1
AUTOMATIC
2022-09-02
1
-18
/
+17
|
*
Removed unnecessary condition check for masking
deggua
2022-09-02
1
-1
/
+0
|
*
Forgot to remove the broken lines
deggua
2022-09-02
1
-7
/
+0
|
*
Fix for fill latent zeros/noise in masking mode
deggua
2022-09-02
1
-0
/
+6
|
/
*
fixambigious line in readme
AUTOMATIC
2022-09-02
1
-1
/
+1
*
buttons for sending images to tabs
AUTOMATIC
2022-09-02
1
-26
/
+89
*
more clarifications for the readme
AUTOMATIC
2022-09-02
1
-1
/
+8
*
COMMANDLINE_ARGS clarification added
AUTOMATIC
2022-09-02
1
-1
/
+2
*
bat file for installing and launching
AUTOMATIC
2022-09-02
3
-4
/
+144
*
saving text files along with images for >>88400870
AUTOMATIC
2022-09-01
1
-1
/
+8
*
README update for low VRAM users.
AUTOMATIC
2022-09-01
1
-10
/
+14
*
fix for torch 1.12.1 loading saved file from torch 1.11
AUTOMATIC
2022-09-01
1
-0
/
+2
*
added detection if SD repo is located in a current directory
AUTOMATIC
2022-09-01
1
-1
/
+3
[next]