aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
AgeCommit message (Collapse)AuthorLines
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd-5/+6
2023-03-25Merge pull request #8799 from JaRail/masterAUTOMATIC1111-4/+5
Loopback Script Updates
2023-03-25initial gradio 3.22 supportAUTOMATIC-1/+1
2023-03-21Loopback Script UpdatesJames Railton-4/+5
- Improved user experience. You can now pick the denoising strength of the final loop and one of three curves. Previously you picked a multiplier such as 0.98 or 1.03 to define the change to the denoising strength for each loop. You had to do a ton of math in your head to visualize what was happening. The new UX makes it very easy to understand what's going on and tweak. - For batch sizes over 1, intermediate images no longer returned. For a batch size of 1, intermediate images from each loop will continue to be returned. When more than 1 image is returned, a grid will also be generated. Previously for larger jobs, you'd get back a mess of many grids and potentially hundreds of images with no organization. To make large jobs usable, only final images are returned. - Added support for skipping current image. Fixed interrupt to cleanly end and return images. Previously these would throw. - Improved tooltip descriptions - Fix some edge cases
2023-03-15Update tooltip per Kilvoctu's suggestionmissionfloyd-2/+1
2023-03-10Merge remote-tracking branch 'origin/master' into unipcspace-nuko-2/+2
2023-02-10Working UniPC (for batch size 1)space-nuko-0/+1
2023-02-06Update batch count/size hintsVladimir Repin-2/+2
2023-02-05Add prompt_hash option for file/dir name patterntechneconn-2/+2
2023-01-31Fix missing tooltip for 'Clear prompt' buttonPiotr Pomierski-1/+1
2023-01-27changes remaining text from X/Y -> X/Y/ZEllangoK-1/+1
2023-01-22add an option to reorder tabs for extra networksAUTOMATIC-1/+2
2023-01-22hint for discarding layersAUTOMATIC-1/+2
2023-01-22add a slider for default value of added extra networksAUTOMATIC-1/+2
2023-01-21make CLIP interrogator download original text files if the directory does ↵AUTOMATIC-1/+0
not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them
2023-01-21extra networks UIAUTOMATIC-0/+2
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
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