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
/
ui.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed duplicate image saving codes
Milly
2022-10-06
1
-36
/
+10
*
added support for AND from https://energy-based-model.github.io/Compositional...
AUTOMATIC
2022-10-05
1
-2
/
+4
*
shared.state.interrupt when restart is requested
DepFA
2022-10-05
1
-0
/
+1
*
Display time taken in mins, secs when relevant
xpscyho
2022-10-04
1
-1
/
+6
*
add editor to img2img
AUTOMATIC
2022-10-04
1
-1
/
+1
*
ignore errors in parse for purposes of token counting for #1564
AUTOMATIC
2022-10-04
1
-2
/
+10
*
batch processing for img2img with an empty output directory, by request
AUTOMATIC
2022-10-03
1
-1
/
+1
*
Convert folder icon surrogate pair to valid utf8
Hanusz Leszek
2022-10-03
1
-1
/
+1
*
keep textual inversion dataset latents in CPU memory to save a bit of VRAM
AUTOMATIC
2022-10-02
1
-2
/
+2
*
preprocessing for textual inversion added
AUTOMATIC
2022-10-02
1
-0
/
+36
*
make save to dirs optional for imgs saved from ui
Lopyter
2022-10-02
1
-1
/
+1
*
Merge branch 'master' into 1404-script-reload-without-restart
AUTOMATIC1111
2022-10-02
1
-32
/
+176
|
\
|
*
Merge pull request #1324 from liamkerr/token_updates
AUTOMATIC1111
2022-10-02
1
-8
/
+18
|
|
\
|
|
*
Merge branch 'master' into token_updates
liamkerr
2022-10-02
1
-7
/
+34
|
|
|
\
|
|
*
\
Merge branch 'master' into token_updates
liamkerr
2022-10-02
1
-17
/
+122
|
|
|
\
\
|
|
*
|
|
consolidated token counter functions
Liam
2022-09-30
1
-3
/
+3
|
|
*
|
|
fixed token counter for prompt editing
Liam
2022-09-30
1
-7
/
+13
|
|
*
|
|
token counters now update when roll artist and style buttons are pressed http...
Liam
2022-09-30
1
-1
/
+5
|
*
|
|
|
fix for incorrect embedding token length calculation (will break seeds that u...
AUTOMATIC
2022-10-02
1
-0
/
+2
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'master' into saving
AUTOMATIC1111
2022-10-02
1
-24
/
+140
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
initial support for training textual inversion
AUTOMATIC
2022-10-02
1
-17
/
+122
|
|
|
/
|
*
|
Merge branch 'master' into saving
WDevelopsWebApps
2022-09-29
1
-29
/
+99
|
|
\
\
|
*
|
|
add advanced saving for save button
WDevelopsWebApps
2022-09-28
1
-8
/
+29
*
|
|
|
correct indent
DepFA
2022-10-02
1
-13
/
+12
*
|
|
|
Put reload buttons in row and add secondary style
DepFA
2022-10-02
1
-10
/
+13
*
|
|
|
add custom script body only refresh option
DepFA
2022-10-02
1
-0
/
+11
*
|
|
|
remove styling from python side
DepFA
2022-10-01
1
-1
/
+1
*
|
|
|
update reloading message style
DepFA
2022-10-01
1
-1
/
+1
*
|
|
|
Add scope warning to refresh button
DepFA
2022-10-01
1
-1
/
+1
*
|
|
|
add redefinition guard to gradio_routes_templates_response
DepFA
2022-10-01
1
-7
/
+8
*
|
|
|
add restart button
DepFA
2022-10-01
1
-1
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
ALT + return will submit prompt when it's in focus
Trung Ngo
2022-09-30
1
-1
/
+1
*
|
|
change default inpaint mode to original
AUTOMATIC
2022-09-30
1
-1
/
+1
*
|
|
Save parameters as comments when saving as jpg
Justin Maier
2022-09-29
1
-5
/
+14
*
|
|
Save should use desired sample format fixes #1028
Justin Maier
2022-09-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Add custom name and try-except
safentisAuth
2022-09-29
1
-1
/
+13
*
|
Add output folder icons
Michoko
2022-09-29
1
-3
/
+3
*
|
Add output folder icons
Michoko
2022-09-29
1
-4
/
+16
*
|
Add output folder icons
Michoko
2022-09-29
1
-1
/
+25
*
|
Respect --ckpt-dir command-line argument when merging models (#1261)
William Moorehouse
2022-09-28
1
-1
/
+1
*
|
update lists of models after merging them in checkpoints tab
AUTOMATIC
2022-09-28
1
-18
/
+24
*
|
correctly list and display model names for #1261
AUTOMATIC
2022-09-28
1
-2
/
+2
*
|
Merge pull request #1194 from liamkerr/token_count
AUTOMATIC1111
2022-09-28
1
-1
/
+9
|
\
\
|
*
|
removed unused import; now using javascript to watch prompt textarea
Liam
2022-09-28
1
-2
/
+0
|
*
|
switched the token counter to use hidden buttons instead of api call
Liam
2022-09-27
1
-4
/
+9
|
*
|
Merge remote-tracking branch 'upstream/master' into token_count
Liam
2022-09-27
1
-12
/
+47
|
|
\
\
|
*
|
|
added token counter next to txt2img and img2img prompts
Liam
2022-09-27
1
-1
/
+6
*
|
|
|
Merge remote-tracking branch 'origin/master'
AUTOMATIC
2022-09-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Adding support for inverse sigmoid interpolation
Bernard Maltais
2022-09-28
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
save parameters for images when using the Save button.
AUTOMATIC
2022-09-28
1
-6
/
+10
|
/
/
/
[next]