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
log msg
author
committer
range
path:
root
/
javascript
/
ui.js
Age
Commit message (
Expand
)
Author
2023-01-02
make "send to" buttons send actual dimension of the sent image rather than fi...
AUTOMATIC
2022-12-14
Fix various typos
Jim Hays
2022-12-10
use less javascript for this non-js-only implementation of the clear prompt b...
AUTOMATIC
2022-12-10
Merge branch 'AUTOMATIC1111:master' into master
papuSpartan
2022-11-20
made selected_gallery_index query selectors more restrictive
Liam
2022-11-06
Merge branch 'AUTOMATIC1111:master' into master
papuSpartan
2022-11-06
add ability to create extensions that add localizations
AUTOMATIC
2022-11-01
clear on the client-side again
papuSpartan
2022-10-31
Merge branch 'AUTOMATIC1111:master' into master
papuSpartan
2022-10-27
create send to buttons in one module
yfszzx
2022-10-22
fix js func signature and not forget to initialize confirmation var to preven...
papuSpartan
2022-10-21
forgot to clear neg prompt after moving to back. Add tooltip to hints
papuSpartan
2022-10-21
refactor internal terminology to use 'clear' instead of 'trash' like #2728
papuSpartan
2022-10-21
update token counter when clearing prompt
papuSpartan
2022-10-21
only delete prompt on back end and remove client-side deletion
papuSpartan
2022-10-21
initial work on getting prompts cleared on the backend and synchronizing toke...
papuSpartan
2022-10-20
add settings option to toggle button visibility
papuSpartan
2022-10-20
remove unnecessary assignment
papuSpartan
2022-10-20
add confirmation dialogue
papuSpartan
2022-10-20
clear prompt button now works on both relevant tabs. Device detection stuff w...
papuSpartan
2022-10-17
Use of a --theme argument for more flexibility
Michoko
2022-10-17
Added dark mode switch
Michoko
2022-10-15
change styling for top right corner UI
AUTOMATIC
2022-10-15
Add hint for `ctrl/alt enter`
aoirusann
2022-10-13
emergency fix for broken send to buttons
AUTOMATIC
2022-10-09
Add "Scale to" option to Extras
Justin Maier
2022-10-02
Merge branch 'master' into 1404-script-reload-without-restart
AUTOMATIC1111
2022-10-02
move JavaScript into ui.js
DepFA
2022-09-30
consolidated token counter functions
Liam
2022-09-30
token counters now update when roll artist and style buttons are pressed http...
Liam
2022-10-01
fix #1405 submitting both tabs
AUTOMATIC
2022-09-30
ALT + return will submit prompt when it's in focus
Trung Ngo
2022-09-28
removed unused import; now using javascript to watch prompt textarea
Liam
2022-09-27
switched the token counter to use hidden buttons instead of api call
Liam
2022-09-27
Merge remote-tracking branch 'upstream/master' into token_count
Liam
2022-09-27
added token counter next to txt2img and img2img prompts
Liam
2022-09-27
Solve issue #962
Alexandre Simard
2022-09-23
add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ...
AUTOMATIC
2022-09-23
upgrade to gradio==3.4b3 t fixthe inpain bugs
AUTOMATIC
2022-09-22
A big rework, just what you were secretly hoping for!
AUTOMATIC
2022-09-18
add read access to settings for jsavascript
AUTOMATIC
2022-09-18
altered progressbar to not rely on first progress request coming after the jo...
AUTOMATIC
2022-09-18
script.js split work - ui.js
AUTOMATIC
2022-09-18
Split history script.js to javascript/ui.js
Andrey