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