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
/
script.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
prevent escape button causing an interrupt when no generation has been made yet
AUTOMATIC1111
2024-02-17
1
-1
/
+1
*
Fix `Esc` interrupt when button not visible
catboxanon
2024-02-15
1
-2
/
+4
*
Remove unnecessary 'else', add 'lightboxModal' check
kaalibro
2023-12-11
1
-4
/
+3
*
Fix linter issues
kaalibro
2023-12-10
1
-1
/
+3
*
Replace Ctrl+Alt+Enter with Esc
kaalibro
2023-12-10
1
-6
/
+11
*
Add keyboard shortcuts for generation
kaalibro
2023-12-09
1
-4
/
+19
*
Fixes generation restart not working for some users when 'Ctrl+Enter' is pressed
kaalibro
2023-11-13
1
-3
/
+12
*
Add files via upload
Khachatur Avanesian
2023-10-15
1
-167
/
+167
*
Update script.js
Khachatur Avanesian
2023-10-15
1
-67
/
+61
*
Update script.js
Khachatur Avanesian
2023-10-15
1
-62
/
+68
*
Update script.js
Khachatur Avanesian
2023-10-15
1
-10
/
+12
*
Start / Restart generation by Ctrl (Alt) + Enter
Khachatur Avanesian
2023-10-14
1
-163
/
+165
*
Frontend: only look at top-level tabs, not nested tabs
Aarni Koskela
2023-05-30
1
-2
/
+8
*
Add onAfterUiUpdate callback
Aarni Koskela
2023-05-25
1
-0
/
+27
*
Document on* handlers (for extension authors' sake)
Aarni Koskela
2023-05-25
1
-0
/
+20
*
Merge executeCallbacks and runCallback, simplify + optimize
Aarni Koskela
2023-05-25
1
-9
/
+7
*
Just use console.error, it's in all browsers
Aarni Koskela
2023-05-25
1
-1
/
+1
*
split visibility method and sort instead
Thottyottyotty
2023-05-19
1
-3
/
+7
*
rewrite uiElementIsVisible
Thottyottyotty
2023-05-18
1
-13
/
+11
*
eslint related file edits
AUTOMATIC
2023-05-18
1
-8
/
+8
*
Run `eslint --fix` (and normalize tabs to spaces)
Aarni Koskela
2023-05-17
1
-34
/
+40
*
Update script.js
GeorgLegato
2023-04-03
1
-1
/
+1
*
fix overriding getElementById on document
Remixer Dec
2023-03-25
1
-1
/
+1
*
initial gradio 3.22 support
AUTOMATIC
2023-03-25
1
-2
/
+4
*
extra networks UI
AUTOMATIC
2023-01-21
1
-1
/
+12
*
load hashes from cache for checkpoints that have them
AUTOMATIC
2023-01-14
1
-0
/
+4
*
fix js errors when restarting UI
AUTOMATIC
2023-01-12
1
-1
/
+2
*
better targetting, class tabs was autoassigned
Gerschel
2023-01-04
1
-1
/
+1
*
No code repeat
apolinario
2022-12-10
1
-2
/
+3
*
style change
apolinario
2022-12-06
1
-1
/
+1
*
Use shadowRoot if inside of an iframe and don't use it if outside
apolinario
2022-12-06
1
-1
/
+1
*
Fix WebUI not working inside of iframes
apolinario
2022-12-05
1
-2
/
+2
*
localization support
AUTOMATIC
2022-10-17
1
-5
/
+5
*
Add hint for `ctrl/alt enter`
aoirusann
2022-10-15
1
-2
/
+2
*
Make the ctrl+enter shortcut use the generate button on the current tab
Jairo Correa
2022-10-11
1
-2
/
+9
*
Add ctrl+enter as a shortcut to quickly start a generation.
Melan
2022-10-10
1
-0
/
+16
*
refactored image paste handling to fill unset images successively, then repla...
Connum
2022-09-27
1
-0
/
+21
*
make callback queue handling reusable and implement onUiTabChange()
Connum
2022-09-24
1
-9
/
+25
*
add read access to settings for jsavascript
AUTOMATIC
2022-09-18
1
-1
/
+5
*
script.js split work - ui.js
AUTOMATIC
2022-09-18
1
-66
/
+0
*
Split history script.js to javascript/ui.js
Andrey
2022-09-18
1
-0
/
+87
*
Split history script.js to javascript/ui.js
Andrey
2022-09-18
1
-87
/
+0
*
script.js split work - progress.js
AUTOMATIC
2022-09-18
1
-29
/
+0
*
Split history script.js to javascript/progressbar.js
Andrey
2022-09-18
1
-0
/
+116
*
Split history script.js to javascript/progressbar.js
Andrey
2022-09-18
1
-116
/
+0
*
script.js split work - hints.js
AUTOMATIC
2022-09-18
1
-92
/
+0
*
Split history script.js to javascript/hints.js
Andrey
2022-09-18
1
-0
/
+208
*
Split history script.js to javascript/hints.js
Andrey
2022-09-18
1
-208
/
+0
*
script.js split work - dragdrop.js
AUTOMATIC
2022-09-18
1
-57
/
+0
*
Split history script.js to javascript/dragdrop.js
Andrey
2022-09-18
1
-0
/
+265
[next]