aboutsummaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
2022-10-02initial support for training textual inversionAUTOMATIC
2022-10-01fix #1405 submitting both tabsAUTOMATIC
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo
2022-09-30refined [styles] pattern and added [prompt_no_styles]RnDMonkey
2022-09-29Add output folder iconsMichoko
Adds icons on the first 3 tabs to directly open the corresponding images output directory
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam
2022-09-27switched the token counter to use hidden buttons instead of api callLiam
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam
2022-09-27added token counter next to txt2img and img2img promptsLiam
2022-09-27Merge branch 'master' into notification-sound48DESIGN
2022-09-27refactored image paste handling to fill unset images successively, then ↵Connum
replace last existing image (fixes #981)
2022-09-27Solve issue #962Alexandre Simard
Fix by @MrAcademy
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum
upon completion (fixes #1013)
2022-09-26use strftime. update hints.jstateisu
2022-09-25Changed job_id to timestampEyrie
2022-09-25Added hints for file & dir patternsEyrie
2022-09-25Added job_id pattern for directoriesEyrie
2022-09-24added [styles] filename patternRnDMonkey
2022-09-23Only switch between visible gallery entriesDepFA
Since the other tabs are kept in the dom now filtering is needed.
2022-09-23delete unwanted console.logAUTOMATIC
2022-09-23add 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-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-23Show interrupt button without progress barinnovaciones
2022-09-22resize mask canvases to fit underlying image (fixes #668)Connum
2022-09-22Fixed 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-22Update selectors after ui and core overhaulDepFA
2022-09-22move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC
problem with secure context people are having on non-localhost
2022-09-22A 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-22Merge branch 'master' into patch-6AUTOMATIC1111
2022-09-22New position and interrupt integrationinnovaciones
2022-09-22Update progressbar.jsinnovaciones
2022-09-22Fix progress bar positioninnovaciones
2022-09-22Add aspect ratio overlay jsDepFA
2022-09-21update tiling button for imageviewer.js to use an icon in same style as ↵AUTOMATIC
others, add mouseover hints
2022-09-21add button to toggle tiling images in the imageviewer modalAdam Snodgrass
2022-09-21Revert "Reset image input when dragover new image"Connum
This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9.
2022-09-21fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum
2022-09-20Reset image input when dragover new imagetrufty
2022-09-20Send a browser notification when the images are readyDave Sescleifer
2022-09-19fix the issue with incorrect js options on page loadAUTOMATIC
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-19Rely on opts being pre-populatedDepFA
2022-09-19initialize modal state from optionsDepFA
2022-09-19Add logic for zoom toggleDepFA
2022-09-19added highres fix featureAUTOMATIC
2022-09-19Move memmon tooltip to hints.jsEyeDeck
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-18Merge pull request #672 from 48design/fix-inpaint-dragdrop-pasteAUTOMATIC1111
replace existing image via paste or drop in inpaint mode (fixes #649)
2022-09-18add read access to settings for jsavascriptAUTOMATIC
add an option to disable lightbox modal
2022-09-18replace existing image via paste or drop in inpaint mode (fixes #649)Connum
2022-09-18close on escapeAdam Snodgrass
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén
Random button sets seed to -1, reuse copies the seed from the last generated image.