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
path:
root
/
modules
Age
Commit message (
Expand
)
Author
Lines
2022-09-10
enabled negative prompt by default
AUTOMATIC
-4
/
+4
2022-09-10
changed <p> to <br> in info field to prevent double line breaks when copying
AUTOMATIC
-1
/
+1
2022-09-10
undo CodeFormer's upscaling of images with dimensions less than 512.
AUTOMATIC
-0
/
+8
2022-09-10
separated options for sample and grid dir saving for #222
AUTOMATIC
-2
/
+8
2022-09-10
Update to cross attention from https://github.com/Doggettx/stable-diffusion #219
AUTOMATIC
-10
/
+37
2022-09-10
add batch count to sd upscale #169
AUTOMATIC
-27
/
+32
2022-09-10
split settings into three columns
AUTOMATIC
-71
/
+88
2022-09-10
prioritize repositories/stable-diffusion path when searching for SD
AUTOMATIC
-1
/
+1
2022-09-10
Emoji are not being sorted correctly #192
AUTOMATIC
-2
/
+4
2022-09-10
[Feature Request] Ability to pass a custom ui-config.json via command line a...
AUTOMATIC
-1
/
+2
2022-09-10
prevent styles from adding an extra comma
AUTOMATIC
-0
/
+3
2022-09-09
Fix prompt matrix script
Lukas Meller
-1
/
+1
2022-09-09
Cleaner condition
orionaskatu
-4
/
+1
2022-09-09
Embed roboto
orionaskatu
-12
/
+6
2022-09-09
support for prompt styles
AUTOMATIC
-19
/
+96
2022-09-09
ability to upload mask for inpainting
AUTOMATIC
-10
/
+39
2022-09-09
Merge remote-tracking branch 'origin/master' into seeds
AUTOMATIC
-1
/
+3
2022-09-09
Include negative prompt in parameters text file
David Yates
-1
/
+3
2022-09-09
added resize seeds and variation seeds features
AUTOMATIC
-23
/
+125
2022-09-09
add an option to show negative prompt
AUTOMATIC
-2
/
+8
2022-09-09
change default font capitalization to possibly help linux users #157
AUTOMATIC
-1
/
+1
2022-09-09
Merge pull request #167 from orionaskatu/patch-1
AUTOMATIC1111
-12
/
+12
2022-09-09
Merge pull request #153 from SafentisFox/fix_output_display
AUTOMATIC1111
-2
/
+2
2022-09-09
Some typos
orionaskatu
-12
/
+12
2022-09-08
fix for PLMS live previews in txt2img
AUTOMATIC
-2
/
+4
2022-09-08
fix for DDIM live previews in txt2img
AUTOMATIC
-0
/
+6
2022-09-08
Merge pull request #158 from JohannesGaessler/progress-printing
AUTOMATIC1111
-2
/
+43
2022-09-08
More informative progress printing
JohannesGaessler
-2
/
+43
2022-09-08
Merge pull request #154 from rewbs/img2img2-loopback-denoise-strength-change-...
AUTOMATIC1111
-4
/
+11
2022-09-08
add a helpful message when user puts RealESRGAN model into ESRGAN directory.
AUTOMATIC
-5
/
+8
2022-09-08
support for sd-concepts as alternatives for textual inversion #151
AUTOMATIC
-5
/
+15
2022-09-08
honor tiling settings for RealESRGAN also
AUTOMATIC
-4
/
+6
2022-09-08
Fix webui.bat ignoring cmd line arguments, fix output img overflowing
safentisAuth
-2
/
+2
2022-09-08
Turn the loopback denoise strength change factor into a parameter rather than...
rewbs
-4
/
+11
2022-09-08
Port defaults to none
orionaskatu
-1
/
+1
2022-09-08
help message for ports < 1024
orionaskatu
-1
/
+1
2022-09-08
add --port argument to shared.py
orionaskatu
-0
/
+1
2022-09-08
Merge remote-tracking branch 'origin/master'
AUTOMATIC
-14
/
+50
2022-09-08
another change for inpainting at full resolution
AUTOMATIC
-3
/
+4
2022-09-08
Merge branch 'master' into img2img2-color-correction
Robin Fernandes
-3
/
+5
2022-09-08
Remove debug print.
rewbs
-1
/
+0
2022-09-08
Add color correction to img2img loopback to avoid a progressive skew to magen...
rewbs
-2
/
+28
2022-09-07
Also use alpha channel from img2img input image as mask
fuzzytent
-3
/
+5
2022-09-07
Merge pull request #108 from xeonvs/mps-support
AUTOMATIC1111
-9
/
+18
2022-09-07
directly convert list to tensor
xeonvs
-4
/
+1
2022-09-07
Miss device type for option --medvram
xeonvs
-3
/
+6
2022-09-07
big improvements to inpainting and outpainting
AUTOMATIC
-9
/
+15
2022-09-07
Added support for launching on Apple Silicon
xeonvs
-6
/
+15
2022-09-07
labeling updates according to anon's feedback
AUTOMATIC
-2
/
+2
2022-09-07
a little bit of rework for extras tab
AUTOMATIC
-6
/
+17
[next]