Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parenthesis auto selection | missionfloyd | 2023-11-03 | 1 | -1/+1 |
| | | | | Fixes #13813 | ||||
* | fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1) | AUTOMATIC1111 | 2023-10-21 | 1 | -0/+6 |
| | |||||
* | rework some of changes for emphasis editing keys, force conversion of ↵ | AUTOMATIC1111 | 2023-10-21 | 1 | -55/+46 |
| | | | | old-style emphasis | ||||
* | respect keyedit_precision_attention setting when converting from old ↵ | AUTOMATIC1111 | 2023-10-15 | 1 | -0/+2 |
| | | | | (((attention))) syntax | ||||
* | Make attention conversion optional | missionfloyd | 2023-10-13 | 1 | -28/+43 |
| | | | | Fix square brackets multiplier | ||||
* | Convert (emphasis) to (emphasis:1.1) | missionfloyd | 2023-10-13 | 1 | -25/+30 |
| | | | | per @SirVeggie's suggestion | ||||
* | Fix negative values | missionfloyd | 2023-10-07 | 1 | -3/+3 |
| | |||||
* | Fix multi-line selections | missionfloyd | 2023-10-07 | 1 | -4/+4 |
| | |||||
* | Edit-attention fixes | missionfloyd | 2023-10-07 | 1 | -21/+35 |
| | |||||
* | Remove end parenthesis from weight | missionfloyd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | Remove unneeded code | missionfloyd | 2023-10-01 | 1 | -12/+1 |
| | |||||
* | Use checkboxes for whitespace delimiters | missionfloyd | 2023-10-01 | 1 | -2/+6 |
| | |||||
* | Allow editing whitespace delimiters | missionfloyd | 2023-09-30 | 1 | -1/+2 |
| | |||||
* | Correctly remove end parenthesis with ctrl+up/down | missionfloyd | 2023-06-28 | 1 | -2/+3 |
| | |||||
* | hiresfix prompt: add classes, update css sel | catboxanon | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | 2023-05-17 | 1 | -120/+120 |
| | |||||
* | Fix a whole bunch of implicit globals | Aarni Koskela | 2023-04-30 | 1 | -4/+4 |
| | |||||
* | Custom delimiters | missionfloyd | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | Remove hyphen, underscore delimiters | missionfloyd | 2023-04-21 | 1 | -1/+1 |
| | |||||
* | Remove parentheses if weight == 1 | missionfloyd | 2023-04-21 | 1 | -2/+8 |
| | |||||
* | Update delimiters | missionfloyd | 2023-04-20 | 1 | -1/+1 |
| | |||||
* | Simplify finding word boundaries | missionfloyd | 2023-04-20 | 1 | -17/+9 |
| | | | | This also makes it work with prompts without spaces between words | ||||
* | Use string.contains() instead of regex | missionfloyd | 2023-04-20 | 1 | -2/+3 |
| | |||||
* | Automatically select current word | missionfloyd | 2023-04-20 | 1 | -5/+30 |
| | |||||
* | fix ctrl+up/down attention edit | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
| | | | | | fix dropdown obscured by live preview stylistic changes | ||||
* | attention ctrl+up/down enhancements | AUTOMATIC | 2023-01-22 | 1 | -44/+66 |
| | |||||
* | fix ctrl+up/down that stopped working | AUTOMATIC | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | 2023-01-17 | 1 | -3/+2 |
| | | | | https://github.com/gradio-app/gradio/issues/2981 | ||||
* | Update edit-attention.js | byzod | 2022-11-03 | 1 | -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 editing | Justin Maier | 2022-10-18 | 1 | -3/+32 |
| | |||||
* | make attention edit only work with ctrl as was initially intended | AUTOMATIC | 2022-10-15 | 1 | -0/+2 |
| | |||||
* | Prevent nans from failed float parsing from overwriting weights | DepFA | 2022-10-11 | 1 | -0/+1 |
| | |||||
* | triggers 'input' event when using arrow keys to edit attention | nai-degen | 2022-10-11 | 1 | -0/+3 |
| | |||||
* | edit-attention browser compatibility and readme typo | Jairo Correa | 2022-10-08 | 1 | -1/+1 |
| | |||||
* | added ctrl+up or ctrl+down hotkeys for attention | AUTOMATIC | 2022-10-06 | 1 | -0/+41 |