aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/edit-attention.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix parenthesis auto selectionmissionfloyd2023-11-031-1/+1
| | | | Fixes #13813
* fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1)AUTOMATIC11112023-10-211-0/+6
|
* rework some of changes for emphasis editing keys, force conversion of ↵AUTOMATIC11112023-10-211-55/+46
| | | | old-style emphasis
* respect keyedit_precision_attention setting when converting from old ↵AUTOMATIC11112023-10-151-0/+2
| | | | (((attention))) syntax
* Make attention conversion optionalmissionfloyd2023-10-131-28/+43
| | | | Fix square brackets multiplier
* Convert (emphasis) to (emphasis:1.1)missionfloyd2023-10-131-25/+30
| | | | per @SirVeggie's suggestion
* Fix negative valuesmissionfloyd2023-10-071-3/+3
|
* Fix multi-line selectionsmissionfloyd2023-10-071-4/+4
|
* Edit-attention fixesmissionfloyd2023-10-071-21/+35
|
* Remove end parenthesis from weightmissionfloyd2023-10-011-1/+1
|
* Remove unneeded codemissionfloyd2023-10-011-12/+1
|
* Use checkboxes for whitespace delimitersmissionfloyd2023-10-011-2/+6
|
* Allow editing whitespace delimitersmissionfloyd2023-09-301-1/+2
|
* Correctly remove end parenthesis with ctrl+up/downmissionfloyd2023-06-281-2/+3
|
* hiresfix prompt: add classes, update css selcatboxanon2023-05-201-1/+1
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-120/+120
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-4/+4
|
* Custom delimitersmissionfloyd2023-04-251-1/+1
|
* Remove hyphen, underscore delimitersmissionfloyd2023-04-211-1/+1
|
* Remove parentheses if weight == 1missionfloyd2023-04-211-2/+8
|
* Update delimitersmissionfloyd2023-04-201-1/+1
|
* Simplify finding word boundariesmissionfloyd2023-04-201-17/+9
| | | | This also makes it work with prompts without spaces between words
* Use string.contains() instead of regexmissionfloyd2023-04-201-2/+3
|
* Automatically select current wordmissionfloyd2023-04-201-5/+30
|
* fix ctrl+up/down attention editAUTOMATIC2023-03-251-1/+1
| | | | | fix dropdown obscured by live preview stylistic changes
* attention ctrl+up/down enhancementsAUTOMATIC2023-01-221-44/+66
|
* fix ctrl+up/down that stopped workingAUTOMATIC2023-01-201-1/+1
|
* update sending input event in java script to not cause exception in browser ↵AUTOMATIC2023-01-171-3/+2
| | | | https://github.com/gradio-app/gradio/issues/2981
* Update edit-attention.jsbyzod2022-11-031-2/+1
| | | | 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)
* Auto select attention block for editingJustin Maier2022-10-181-3/+32
|
* make attention edit only work with ctrl as was initially intendedAUTOMATIC2022-10-151-0/+2
|
* Prevent nans from failed float parsing from overwriting weightsDepFA2022-10-111-0/+1
|
* triggers 'input' event when using arrow keys to edit attentionnai-degen2022-10-111-0/+3
|
* edit-attention browser compatibility and readme typoJairo Correa2022-10-081-1/+1
|
* added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC2022-10-061-0/+41