aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
AgeCommit message (Collapse)AuthorLines
2023-08-01support tooltip kwarg for gradio elementsAUTOMATIC1111-0/+11
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111-1/+0
width/height/scale to get thumbs)
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111-2/+0
2023-06-27Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC1111-2/+2
Fix Typo of hints.js
2023-06-18Fix Typo of hints.jszhtttylz-2/+2
2023-05-24Add support for tooltips on dropdown optionsAarni Koskela-3/+12
2023-05-24Restore support for dropdown tooltipsAarni Koskela-6/+19
2023-05-24Optimize tooltip checksAarni Koskela-28/+33
* 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-39/+39
2023-05-18Merge branch 'eslint' into devAUTOMATIC-4/+4
2023-05-18eslint related file editsAUTOMATIC-2/+2
2023-05-17Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC-0/+1
2023-05-17simplify name pattern setting tooltipsAUTOMATIC-2/+2
2023-05-17when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC-23/+40
elements
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-36/+36
2023-05-08Merge branch 'dev' into tooltipAUTOMATIC1111-6/+9
2023-05-06add denoising strength filename patternw-e-w-2/+2
2023-04-30hints: don't process elements that already have a titleAarni Koskela-1/+3
2023-04-29alternate restore progress button implementationAUTOMATIC-0/+1
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-1/+1
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111-4/+4
2023-04-29Merge pull request #9933 from w-e-w/devAUTOMATIC1111-2/+2
add missing filename pattern hints
2023-04-29Merge branch 'dev' into remove-watermark-optionAUTOMATIC1111-3/+4
2023-04-29hints [batch_number] [generation_number]w-e-w-2/+2
2023-04-29rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC-1/+2
copypaste parameters support
2023-04-29hints [clip_skip]w-e-w-2/+2
2023-04-29Merge branch 'dev' into Branch_AddNewFilenameGenAUTOMATIC1111-7/+7
2023-04-15Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]tqwuliao-2/+2
2023-04-14Tooltip localization supportSakura-Luna-4/+4
2023-03-30tool buttonsiutin-1/+1
2023-03-27Merge branch 'master' into remove-watermark-optionspace-nuko-7/+7
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd-5/+6
2023-03-25Merge branch 'master' into img2img-detect-image-sizepieresimakp-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-24added button to grab the width and height from the loaded image in img2imgpieresimakp-0/+1
2023-03-23Remove "do not add watermark to images" optionspace-nuko-1/+0
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>