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
/
edit-attention.js
Age
Commit message (
Expand
)
Author
2023-09-30
Use checkboxes for whitespace delimiters
missionfloyd
2023-09-30
Allow editing whitespace delimiters
missionfloyd
2023-06-28
Correctly remove end parenthesis with ctrl+up/down
missionfloyd
2023-05-20
hiresfix prompt: add classes, update css sel
catboxanon
2023-05-17
Run `eslint --fix` (and normalize tabs to spaces)
Aarni Koskela
2023-04-30
Fix a whole bunch of implicit globals
Aarni Koskela
2023-04-25
Custom delimiters
missionfloyd
2023-04-21
Remove hyphen, underscore delimiters
missionfloyd
2023-04-21
Remove parentheses if weight == 1
missionfloyd
2023-04-20
Update delimiters
missionfloyd
2023-04-20
Simplify finding word boundaries
missionfloyd
2023-04-20
Use string.contains() instead of regex
missionfloyd
2023-04-19
Automatically select current word
missionfloyd
2023-03-25
fix ctrl+up/down attention edit
AUTOMATIC
2023-01-22
attention ctrl+up/down enhancements
AUTOMATIC
2023-01-20
fix ctrl+up/down that stopped working
AUTOMATIC
2023-01-17
update sending input event in java script to not cause exception in browser h...
AUTOMATIC
2022-11-03
Update edit-attention.js
byzod
2022-10-18
Auto select attention block for editing
Justin Maier
2022-10-15
make attention edit only work with ctrl as was initially intended
AUTOMATIC
2022-10-12
Prevent nans from failed float parsing from overwriting weights
DepFA
2022-10-11
triggers 'input' event when using arrow keys to edit attention
nai-degen
2022-10-08
edit-attention browser compatibility and readme typo
Jairo Correa
2022-10-06
added ctrl+up or ctrl+down hotkeys for attention
AUTOMATIC