aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* switched the token counter to use hidden buttons instead of api callLiam2022-09-272-58/+15
|
* Merge remote-tracking branch 'upstream/master' into token_countLiam2022-09-274-14/+22
|\
| * Merge branch 'master' into notification-sound48DESIGN2022-09-272-12/+17
| |\
| | * refactored image paste handling to fill unset images successively, then ↵Connum2022-09-271-9/+15
| | | | | | | | | | | | replace last existing image (fixes #981)
| | * Solve issue #962Alexandre Simard2022-09-271-3/+2
| | | | | | | | | | | | Fix by @MrAcademy
| * | adds support for a notification.mp3 in the root directory that will play ↵Connum2022-09-261-0/+3
| |/ | | | | | | upon completion (fixes #1013)
| * use strftime. update hints.jstateisu2022-09-261-2/+2
| |
* | added token counter next to txt2img and img2img promptsLiam2022-09-272-0/+60
|/
* Changed job_id to timestampEyrie2022-09-251-4/+2
|
* Added hints for file & dir patternsEyrie2022-09-251-2/+2
|
* Added job_id pattern for directoriesEyrie2022-09-251-0/+1
|
* added [styles] filename patternRnDMonkey2022-09-241-2/+2
|
* Only switch between visible gallery entriesDepFA2022-09-231-2/+14
| | | Since the other tabs are kept in the dom now filtering is needed.
* delete unwanted console.logAUTOMATIC2022-09-231-1/+0
|
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-232-4/+48
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-232-31/+30
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* Show interrupt button without progress barinnovaciones2022-09-231-2/+2
|
* resize mask canvases to fit underlying image (fixes #668)Connum2022-09-221-0/+45
|
* Fixed directory name generation process.Prof-Cheese2022-09-221-0/+1
| | | | 'Max prompt words' has been added to config and modified to be used in the directory name generation process.
* Update selectors after ui and core overhaulDepFA2022-09-221-9/+4
|
* move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC2022-09-221-0/+12
| | | | problem with secure context people are having on non-localhost
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-5/+47
| | | | | | | 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
* Merge branch 'master' into patch-6AUTOMATIC11112022-09-221-7/+15
|\
| * New position and interrupt integrationinnovaciones2022-09-221-8/+6
| |
| * Update progressbar.jsinnovaciones2022-09-221-1/+1
| |
| * Fix progress bar positioninnovaciones2022-09-221-3/+13
| |
* | Add aspect ratio overlay jsDepFA2022-09-221-0/+124
|/
* update tiling button for imageviewer.js to use an icon in same style as ↵AUTOMATIC2022-09-211-3/+6
| | | | others, add mouseover hints
* add button to toggle tiling images in the imageviewer modalAdam Snodgrass2022-09-211-12/+46
|
* Revert "Reset image input when dragover new image"Connum2022-09-211-16/+1
| | | | This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9.
* fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum2022-09-211-2/+23
|
* Reset image input when dragover new imagetrufty2022-09-201-1/+16
|
* Send a browser notification when the images are readyDave Sescleifer2022-09-201-0/+34
|
* fix the issue with incorrect js options on page loadAUTOMATIC2022-09-191-16/+9
| | | | | add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results
* Rely on opts being pre-populatedDepFA2022-09-191-12/+5
|
* initialize modal state from optionsDepFA2022-09-191-1/+19
|
* Add logic for zoom toggleDepFA2022-09-191-4/+21
|
* added highres fix featureAUTOMATIC2022-09-191-0/+4
|
* Move memmon tooltip to hints.jsEyeDeck2022-09-191-1/+12
| | | | | | | | 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.
* Merge pull request #672 from 48design/fix-inpaint-dragdrop-pasteAUTOMATIC11112022-09-181-1/+1
|\ | | | | replace existing image via paste or drop in inpaint mode (fixes #649)
| * replace existing image via paste or drop in inpaint mode (fixes #649)Connum2022-09-181-1/+1
| |
* | add read access to settings for jsavascriptAUTOMATIC2022-09-182-2/+41
|/ | | | add an option to disable lightbox modal
* close on escapeAdam Snodgrass2022-09-181-0/+3
|
* Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-0/+2
| | | | | Random button sets seed to -1, reuse copies the seed from the last generated image.
* fix pasting of images from the clipboard in img2img (fixes #645)Connum2022-09-181-0/+1
|
* altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC2022-09-182-3/+11
| | | | job has started; may help with broken progressbar some people say they have
* script.js split work - ui.jsAUTOMATIC2022-09-185-30/+16
|
* Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+87
|
* script.js split work - progress.jsAUTOMATIC2022-09-181-90/+3
|
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+116
|