Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Restore last generation params | Trung Ngo | 2022-10-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | add missing id property | DepFA | 2022-10-13 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | train: change filename processing to be more simple and configurable | AUTOMATIC | 2022-10-12 | 1 | -0/+3 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options | |||||
* | | | | | Merge branch 'master' into feature/scale_to | AUTOMATIC1111 | 2022-10-12 | 3 | -35/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typo fix in watermark hint. | LunixWasTaken | 2022-10-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | 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 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | context menus closure | DepFA | 2022-10-11 | 1 | -40/+41 | |
| | | | | | ||||||
| * | | | | Correct list style, apply gen forever to both tabs, roll3 on both tabs | DepFA | 2022-10-11 | 1 | -8/+16 | |
| | |_|/ | |/| | | ||||||
| * | | | Make cancel generate forever let the current gen complete (#2206) | DepFA | 2022-10-10 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | add an option to not add watermark to created images | AUTOMATIC | 2022-10-10 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | add eta noise seed delta option | AUTOMATIC | 2022-10-10 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* / | | Add "Scale to" option to Extras | Justin Maier | 2022-10-10 | 1 | -1/+2 | |
|/ / | ||||||
* | | Update lightbox to change displayed image as soon as generation is complete ↵ | DepFA | 2022-10-09 | 1 | -75/+99 | |
| | | | | | | | | | | | | | | (#1933) * add updateOnBackgroundChange * typo fixes. * reindent to 4 spaces | |||||
* | | chore: Fix typos | Aidan Holland | 2022-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Remove duplicate event listeners | guaneec | 2022-10-08 | 1 | -0/+3 | |
| | | ||||||
* | | Add button to skip the current iteration | Trung Ngo | 2022-10-08 | 2 | -6/+15 | |
| | | ||||||
* | | implement removal | DepFA | 2022-10-08 | 1 | -3/+10 | |
| | | ||||||
* | | Context Menus | DepFA | 2022-10-08 | 1 | -0/+165 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | add check for progress in title setting | DepFA | 2022-10-06 | 1 | -1/+1 | |
| | ||||||
* | Show generation progress in window title | DepFA | 2022-10-05 | 1 | -0/+15 | |
| | ||||||
* | add hint, refactor code for #1607 | AUTOMATIC | 2022-10-04 | 1 | -0/+1 | |
| | ||||||
* | Convert folder icon surrogate pair to valid utf8 | Hanusz Leszek | 2022-10-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into 1404-script-reload-without-restart | AUTOMATIC1111 | 2022-10-02 | 3 | -6/+29 | |
|\ | ||||||
| * | Merge branch 'master' into token_updates | liamkerr | 2022-10-02 | 2 | -0/+9 | |
| |\ | ||||||
| | * | initial support for training textual inversion | AUTOMATIC | 2022-10-02 | 2 | -0/+9 | |
| | | | ||||||
| * | | consolidated token counter functions | Liam | 2022-09-30 | 1 | -12/+9 | |
| | | | ||||||
| * | | token counters now update when roll artist and style buttons are pressed ↵ | Liam | 2022-09-30 | 1 | -6/+22 | |
| |/ | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 | |||||
* / | move JavaScript into ui.js | DepFA | 2022-10-01 | 1 | -0/+5 | |
|/ | ||||||
* | fix #1405 submitting both tabs | AUTOMATIC | 2022-09-30 | 1 | -1/+1 | |
| | ||||||
* | ALT + return will submit prompt when it's in focus | Trung Ngo | 2022-09-30 | 1 | -0/+10 | |
| | ||||||
* | refined [styles] pattern and added [prompt_no_styles] | RnDMonkey | 2022-09-30 | 1 | -2/+2 | |
| | ||||||
* | Add output folder icons | Michoko | 2022-09-29 | 1 | -0/+1 | |
| | | | | Adds icons on the first 3 tabs to directly open the corresponding images output directory | |||||
* | removed unused import; now using javascript to watch prompt textarea | Liam | 2022-09-28 | 1 | -9/+11 | |
| | ||||||
* | switched the token counter to use hidden buttons instead of api call | Liam | 2022-09-27 | 2 | -58/+15 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into token_count | Liam | 2022-09-27 | 4 | -14/+22 | |
|\ | ||||||
| * | Merge branch 'master' into notification-sound | 48DESIGN | 2022-09-27 | 2 | -12/+17 | |
| |\ | ||||||
| | * | refactored image paste handling to fill unset images successively, then ↵ | Connum | 2022-09-27 | 1 | -9/+15 | |
| | | | | | | | | | | | | replace last existing image (fixes #981) | |||||
| | * | Solve issue #962 | Alexandre Simard | 2022-09-27 | 1 | -3/+2 | |
| | | | | | | | | | | | | Fix by @MrAcademy | |||||
| * | | adds support for a notification.mp3 in the root directory that will play ↵ | Connum | 2022-09-26 | 1 | -0/+3 | |
| |/ | | | | | | | upon completion (fixes #1013) | |||||
| * | use strftime. update hints.js | tateisu | 2022-09-26 | 1 | -2/+2 | |
| | | ||||||
* | | added token counter next to txt2img and img2img prompts | Liam | 2022-09-27 | 2 | -0/+60 | |
|/ | ||||||
* | Changed job_id to timestamp | Eyrie | 2022-09-25 | 1 | -4/+2 | |
| | ||||||
* | Added hints for file & dir patterns | Eyrie | 2022-09-25 | 1 | -2/+2 | |
| | ||||||
* | Added job_id pattern for directories | Eyrie | 2022-09-25 | 1 | -0/+1 | |
| | ||||||
* | added [styles] filename pattern | RnDMonkey | 2022-09-24 | 1 | -2/+2 | |
| | ||||||
* | Only switch between visible gallery entries | DepFA | 2022-09-23 | 1 | -2/+14 | |
| | | | Since the other tabs are kept in the dom now filtering is needed. | |||||
* | delete unwanted console.log | AUTOMATIC | 2022-09-23 | 1 | -1/+0 | |
| |