aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
AgeCommit message (Collapse)AuthorLines
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC-0/+1
do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
2023-01-16add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC-0/+1
2023-01-12Add zero vector feature to hints.jsShondoit-0/+1
Also add the note that some tokens might be skipped. Not everyone is aware of this.
2023-01-07Update hints.jsTaithrah-2/+2
Partial revert
2023-01-07Update hints.jsTaithrah-7/+7
Small touch up to hints
2023-01-04added the option to specify target resolution with possibility of truncating ↵AUTOMATIC-4/+7
for hires fix; also sampling steps
2022-12-24added cheap NN approximation for VAEAUTOMATIC-1/+4
2022-12-24Merge pull request #5622 from repligator/patch-1AUTOMATIC1111-0/+1
Update hints.js - DPM adaptive
2022-12-11Update hints.js - DPM adaptiverepligator-0/+1
Added mouse-over for DPM adaptive
2022-12-11fix hints file typoAlex "mcmonkey" Goodwin-1/+1
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-2/+4
2022-12-03more simple config option name plus mouseover hint for clip skipAUTOMATIC-0/+2
2022-11-23add model_name pattern for savingAlex "mcmonkey" Goodwin-2/+2
2022-10-31Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-2/+3
2022-10-27Updated name and hover text.random_thoughtss-0/+1
2022-10-24add hints, [datetime<Format><Time Zone>]w-e-w-2/+2
2022-10-21forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan-0/+1
2022-10-19Update Learning Rate tooltipGreg Fuller-0/+2
2022-10-15change styling for top right corner UIAUTOMATIC-0/+2
made save style button not die when you cancel
2022-10-14change checkpoint merger to work in a more obvious wayAUTOMATIC-2/+2
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
2022-10-14add an ability to merge three checkpointsAUTOMATIC-1/+4
2022-10-14Update hints.jscrackfoo-1/+1
typo
2022-10-13Update hints.jsTaithrah-1/+1
typo
2022-10-13add option to change what's shown in quicksettings barAUTOMATIC-0/+2
2022-10-13Restore last generation paramsTrung Ngo-1/+1
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-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
2022-10-12Typo fix in watermark hint.LunixWasTaken-1/+1
2022-10-10add an option to not add watermark to created imagesAUTOMATIC-0/+1
2022-10-10add eta noise seed delta optionAUTOMATIC-0/+1
2022-10-08Add button to skip the current iterationTrung Ngo-0/+1
2022-10-04add hint, refactor code for #1607AUTOMATIC-0/+1
2022-10-03Convert folder icon surrogate pair to valid utf8Hanusz Leszek-1/+1
2022-09-30refined [styles] pattern and added [prompt_no_styles]RnDMonkey-2/+2
2022-09-29Add output folder iconsMichoko-0/+1
Adds icons on the first 3 tabs to directly open the corresponding images output directory
2022-09-26use strftime. update hints.jstateisu-2/+2
2022-09-25Changed job_id to timestampEyrie-4/+2
2022-09-25Added hints for file & dir patternsEyrie-2/+2
2022-09-25Added job_id pattern for directoriesEyrie-0/+1
2022-09-24added [styles] filename patternRnDMonkey-2/+2
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC-2/+2
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-22Fixed directory name generation process.Prof-Cheese-0/+1
'Max prompt words' has been added to config and modified to be used in the directory name generation process.
2022-09-19added highres fix featureAUTOMATIC-0/+4
2022-09-19Move memmon tooltip to hints.jsEyeDeck-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.
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén-0/+2
Random button sets seed to -1, reuse copies the seed from the last generated image.
2022-09-18script.js split work - ui.jsAUTOMATIC-1/+1
2022-09-18script.js split work - hints.jsAUTOMATIC-118/+4
2022-09-18Split history script.js to javascript/hints.jsAndrey-0/+208