aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
AgeCommit message (Collapse)Author
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111
width/height/scale to get thumbs)
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111
2023-06-27Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC1111
Fix Typo of hints.js
2023-06-18Fix Typo of hints.jszhtttylz
2023-05-24Add support for tooltips on dropdown optionsAarni Koskela
2023-05-24Restore support for dropdown tooltipsAarni Koskela
2023-05-24Optimize tooltip checksAarni Koskela
* Instead of traversing tens of thousands of text nodes, only look at elements and their children * Debounce the checks to happen only every one second
2023-05-18eslint the merged codeAUTOMATIC
2023-05-18Merge branch 'eslint' into devAUTOMATIC
2023-05-18eslint related file editsAUTOMATIC
2023-05-17Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC
2023-05-17simplify name pattern setting tooltipsAUTOMATIC
2023-05-17when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC
elements
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela
2023-05-08Merge branch 'dev' into tooltipAUTOMATIC1111
2023-05-06add denoising strength filename patternw-e-w
2023-04-30hints: don't process elements that already have a titleAarni Koskela
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 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 Branch_AddNewFilenameGenAUTOMATIC1111
2023-04-15Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]tqwuliao
2023-04-14Tooltip localization supportSakura-Luna
2023-03-30tool buttonsiutin
2023-03-27Merge branch 'master' into remove-watermark-optionspace-nuko
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd
2023-03-25Merge branch 'master' into img2img-detect-image-sizepieresimakp
2023-03-25Merge pull request #8799 from JaRail/masterAUTOMATIC1111
Loopback Script Updates
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-03-24added button to grab the width and height from the loaded image in img2imgpieresimakp
2023-03-23Remove "do not add watermark to images" optionspace-nuko
2023-03-21Loopback Script UpdatesJames Railton
- 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
2023-03-10Merge remote-tracking branch 'origin/master' into unipcspace-nuko
2023-02-10Working UniPC (for batch size 1)space-nuko
2023-02-06Update batch count/size hintsVladimir Repin
2023-02-05Add prompt_hash option for file/dir name patterntechneconn
2023-01-31Fix missing tooltip for 'Clear prompt' buttonPiotr Pomierski
2023-01-27changes remaining text from X/Y -> X/Y/ZEllangoK
2023-01-22add an option to reorder tabs for extra networksAUTOMATIC
2023-01-22hint for discarding layersAUTOMATIC
2023-01-22add a slider for default value of added extra networksAUTOMATIC
2023-01-21make CLIP interrogator download original text files if the directory does ↵AUTOMATIC
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
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
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