aboutsummaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
2023-05-01Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC1111
restore_progress fix
2023-05-01restore_progress fixw-e-w
id wrong type
2023-05-01make it impossible to press the restore progress button after pressing it onceAUTOMATIC
2023-04-29alternate restore progress button implementationAUTOMATIC
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111
2023-04-29Merge pull request #9933 from w-e-w/devAUTOMATIC1111
add missing filename pattern hints
2023-04-29Merge pull request #7632 from papuSpartan/gamepadAUTOMATIC1111
Image viewer scrolling via analog stick
2023-04-29change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC
it's fixed in gradio
2023-04-29Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC1111
add "resize by" and "resize to" tabs to img2img
2023-04-29Merge branch 'dev' into extension-settings-backupAUTOMATIC1111
2023-04-29Merge branch 'dev' into remove-watermark-optionAUTOMATIC1111
2023-04-29hints [batch_number] [generation_number]w-e-w
2023-04-29rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC
copypaste parameters support
2023-04-29hints [clip_skip]w-e-w
2023-04-29Merge branch 'dev' into generation_params_fixAUTOMATIC1111
2023-04-29Merge branch 'dev' into Branch_AddNewFilenameGenAUTOMATIC1111
2023-04-29Merge pull request #9750 from TFWol/patch-1AUTOMATIC1111
Remove old code roll random artists
2023-04-29Merge pull request #9060 from AlUlkesh/masterAUTOMATIC1111
fix: lightboxModal, selectedTab
2023-04-29Merge pull request #9227 from bbonvi/masterAUTOMATIC1111
fix disappearing live previews and progressbar during slow tasks
2023-04-25Custom delimitersmissionfloyd
2023-04-24pull progress for 40 secondsbbonvi
for some extreme network conditions 20 seconds may not be enough
2023-04-21Remove hyphen, underscore delimitersmissionfloyd
2023-04-21Remove parentheses if weight == 1missionfloyd
2023-04-20Update delimitersmissionfloyd
2023-04-20Simplify finding word boundariesmissionfloyd
This also makes it work with prompts without spaces between words
2023-04-20Use string.contains() instead of regexmissionfloyd
2023-04-19Automatically select current wordmissionfloyd
2023-04-19Remove old code roll random artistsTFWol
Removed context menu entry that used to be for rolling artists from the now removed artists.csv. It was probably meant to be removed at commit 6d805b6.
2023-04-15Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]tqwuliao
2023-04-03fixed logic for updating the displayed generation params when the image ↵Liam
modal is closed
2023-03-31fix missing live preview and progress during certain tasksbbonvi
Sometimes tasks take longer than 5 seconds to start, resulting in missing progress bar and livepreviews, so we have to keep pulling for progress a bit longer (5s -> 20s).
2023-03-30keep randomId simplersiutin
2023-03-30tool buttonsiutin
2023-03-30add a button to restore the current progresssiutin
2023-03-29Various UI fixes in config state tabspace-nuko
2023-03-29Save/restore working webui/extension configsspace-nuko
2023-03-28try both versions of appendChildAlUlkesh
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
2023-03-28Merge pull request #7931 from space-nuko/img2img-enhanceAUTOMATIC1111
Add `Upscale by` and `Upscaler` options to img2img
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko
2023-03-27Merge branch 'master' into remove-watermark-optionspace-nuko
2023-03-27fix: lightboxModal, selectedTabAlUlkesh
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko
2023-03-27Merge pull request #8569 from missionfloyd/extra-networks-toggleAUTOMATIC1111
Make extra networks button togglable
2023-03-27Merge pull request #8938 from space-nuko/fix-image-ar-overlayAUTOMATIC1111
Fix img2img aspect ratio overlay in Gradio 3.23.0
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd
2023-03-25Fix Send to img2img buttonsspace-nuko
2023-03-25Fix img2img aspect ratio overlay in Gradio 3.23.0space-nuko