Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | Merge branch 'master' into token_updates | liamkerr | |
2022-10-02 | initial support for training textual inversion | AUTOMATIC | |
2022-09-30 | consolidated token counter functions | Liam | |
2022-09-30 | token counters now update when roll artist and style buttons are pressed ↵ | Liam | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 | |||
2022-10-01 | fix #1405 submitting both tabs | AUTOMATIC | |
2022-09-30 | ALT + return will submit prompt when it's in focus | Trung Ngo | |
2022-09-30 | refined [styles] pattern and added [prompt_no_styles] | RnDMonkey | |
2022-09-29 | Add output folder icons | Michoko | |
Adds icons on the first 3 tabs to directly open the corresponding images output directory | |||
2022-09-28 | removed unused import; now using javascript to watch prompt textarea | Liam | |
2022-09-27 | switched the token counter to use hidden buttons instead of api call | Liam | |
2022-09-27 | Merge remote-tracking branch 'upstream/master' into token_count | Liam | |
2022-09-27 | added token counter next to txt2img and img2img prompts | Liam | |
2022-09-27 | Merge branch 'master' into notification-sound | 48DESIGN | |
2022-09-27 | refactored image paste handling to fill unset images successively, then ↵ | Connum | |
replace last existing image (fixes #981) | |||
2022-09-27 | Solve issue #962 | Alexandre Simard | |
Fix by @MrAcademy | |||
2022-09-26 | adds support for a notification.mp3 in the root directory that will play ↵ | Connum | |
upon completion (fixes #1013) | |||
2022-09-26 | use strftime. update hints.js | tateisu | |
2022-09-25 | Changed job_id to timestamp | Eyrie | |
2022-09-25 | Added hints for file & dir patterns | Eyrie | |
2022-09-25 | Added job_id pattern for directories | Eyrie | |
2022-09-24 | added [styles] filename pattern | RnDMonkey | |
2022-09-23 | Only switch between visible gallery entries | DepFA | |
Since the other tabs are kept in the dom now filtering is needed. | |||
2022-09-23 | delete unwanted console.log | AUTOMATIC | |
2022-09-23 | add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵ | AUTOMATIC | |
tabs fixed some [send to..] buttons to work properly with all tabs | |||
2022-09-23 | upgrade to gradio==3.4b3 t fixthe inpain bugs | AUTOMATIC | |
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab | |||
2022-09-23 | Show interrupt button without progress bar | innovaciones | |
2022-09-22 | resize mask canvases to fit underlying image (fixes #668) | Connum | |
2022-09-22 | Fixed directory name generation process. | Prof-Cheese | |
'Max prompt words' has been added to config and modified to be used in the directory name generation process. | |||
2022-09-22 | Update selectors after ui and core overhaul | DepFA | |
2022-09-22 | move Notification.requestPermission() entirely to javascript to possibly fix ↵ | AUTOMATIC | |
problem with secure context people are having on non-localhost | |||
2022-09-22 | A big rework, just what you were secretly hoping for! | AUTOMATIC | |
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs | |||
2022-09-22 | Merge branch 'master' into patch-6 | AUTOMATIC1111 | |
2022-09-22 | New position and interrupt integration | innovaciones | |
2022-09-22 | Update progressbar.js | innovaciones | |
2022-09-22 | Fix progress bar position | innovaciones | |
2022-09-22 | Add aspect ratio overlay js | DepFA | |
2022-09-21 | update tiling button for imageviewer.js to use an icon in same style as ↵ | AUTOMATIC | |
others, add mouseover hints | |||
2022-09-21 | add button to toggle tiling images in the imageviewer modal | Adam Snodgrass | |
2022-09-21 | Revert "Reset image input when dragover new image" | Connum | |
This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9. | |||
2022-09-21 | fix image replacement via clipboard paste or drag and drop on PNG Info tab | Connum | |
2022-09-20 | Reset image input when dragover new image | trufty | |
2022-09-20 | Send a browser notification when the images are ready | Dave Sescleifer | |
2022-09-19 | fix the issue with incorrect js options on page load | AUTOMATIC | |
add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results | |||
2022-09-19 | Rely on opts being pre-populated | DepFA | |
2022-09-19 | initialize modal state from options | DepFA | |
2022-09-19 | Add logic for zoom toggle | DepFA | |
2022-09-19 | added highres fix feature | AUTOMATIC | |
2022-09-19 | Move memmon tooltip to hints.js | EyeDeck | |
Move memmon tooltip to hints.js so it's with the other tooltips, and doesn't have to be re-sent from the server every time. Also, allowed tooltips to be applied by matching a class name if all else fails. | |||
2022-09-18 | Merge pull request #672 from 48design/fix-inpaint-dragdrop-paste | AUTOMATIC1111 | |
replace existing image via paste or drop in inpaint mode (fixes #649) | |||
2022-09-18 | add read access to settings for jsavascript | AUTOMATIC | |
add an option to disable lightbox modal |