Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-06-28 | Correctly remove end parenthesis with ctrl+up/down | missionfloyd | -2/+3 | |
2023-05-20 | hiresfix prompt: add classes, update css sel | catboxanon | -1/+1 | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -120/+120 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -4/+4 | |
2023-04-25 | Custom delimiters | missionfloyd | -1/+1 | |
2023-04-21 | Remove hyphen, underscore delimiters | missionfloyd | -1/+1 | |
2023-04-21 | Remove parentheses if weight == 1 | missionfloyd | -2/+8 | |
2023-04-20 | Update delimiters | missionfloyd | -1/+1 | |
2023-04-20 | Simplify finding word boundaries | missionfloyd | -17/+9 | |
This also makes it work with prompts without spaces between words | ||||
2023-04-20 | Use string.contains() instead of regex | missionfloyd | -2/+3 | |
2023-04-19 | Automatically select current word | missionfloyd | -5/+30 | |
2023-03-25 | fix ctrl+up/down attention edit | AUTOMATIC | -1/+1 | |
fix dropdown obscured by live preview stylistic changes | ||||
2023-01-22 | attention ctrl+up/down enhancements | AUTOMATIC | -44/+66 | |
2023-01-20 | fix ctrl+up/down that stopped working | AUTOMATIC | -1/+1 | |
2023-01-17 | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | -3/+2 | |
https://github.com/gradio-app/gradio/issues/2981 | ||||
2022-11-03 | Update edit-attention.js | byzod | -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) | ||||
2022-10-18 | Auto select attention block for editing | Justin Maier | -3/+32 | |
2022-10-15 | make attention edit only work with ctrl as was initially intended | AUTOMATIC | -0/+2 | |
2022-10-12 | Prevent nans from failed float parsing from overwriting weights | DepFA | -0/+1 | |
2022-10-11 | triggers 'input' event when using arrow keys to edit attention | nai-degen | -0/+3 | |
2022-10-08 | edit-attention browser compatibility and readme typo | Jairo Correa | -1/+1 | |
2022-10-06 | added ctrl+up or ctrl+down hotkeys for attention | AUTOMATIC | -0/+41 | |