aboutsummaryrefslogtreecommitdiff
path: root/javascript/edit-attention.js
AgeCommit message (Collapse)Author
2022-11-03Update edit-attention.jsbyzod
Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3904 (Some sort of a workaround, the best way is to add unique id or class name to those prompt boxes)
2022-10-18Auto select attention block for editingJustin Maier
2022-10-15make attention edit only work with ctrl as was initially intendedAUTOMATIC
2022-10-12Prevent nans from failed float parsing from overwriting weightsDepFA
2022-10-11triggers 'input' event when using arrow keys to edit attentionnai-degen
2022-10-08edit-attention browser compatibility and readme typoJairo Correa
2022-10-06added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC