aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
Commit message (Collapse)AuthorAgeFilesLines
* support tooltip kwarg for gradio elementsAUTOMATIC11112023-08-011-0/+11
|
* nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC11112023-07-161-1/+0
| | | | width/height/scale to get thumbs)
* restyle time taken/VRAM displayAUTOMATIC11112023-07-141-2/+0
|
* Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC11112023-06-271-2/+2
|\ | | | | Fix Typo of hints.js
| * Fix Typo of hints.jszhtttylz2023-06-181-2/+2
| |
* | Add support for tooltips on dropdown optionsAarni Koskela2023-05-241-3/+12
| |
* | Restore support for dropdown tooltipsAarni Koskela2023-05-241-6/+19
| |
* | Optimize tooltip checksAarni Koskela2023-05-241-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
* eslint the merged codeAUTOMATIC2023-05-181-39/+39
|
* Merge branch 'eslint' into devAUTOMATIC2023-05-181-4/+4
|\
| * eslint related file editsAUTOMATIC2023-05-181-2/+2
| |
| * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-36/+36
| |
* | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC2023-05-171-0/+1
|\ \
| * \ Merge branch 'master' into img2img-detect-image-sizepieresimakp2023-03-251-5/+6
| |\ \
| * | | added button to grab the width and height from the loaded image in img2imgpieresimakp2023-03-241-0/+1
| | | |
* | | | simplify name pattern setting tooltipsAUTOMATIC2023-05-171-2/+2
| | | |
* | | | when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC2023-05-171-23/+40
| |_|/ |/| | | | | | | | elements
* | | Merge branch 'dev' into tooltipAUTOMATIC11112023-05-081-6/+9
|\ \ \
| * | | add denoising strength filename patternw-e-w2023-05-051-2/+2
| | | |
| * | | hints: don't process elements that already have a titleAarni Koskela2023-04-301-1/+3
| | | |
| * | | alternate restore progress button implementationAUTOMATIC2023-04-291-0/+1
| | | |
| * | | Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
| * | | Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-291-4/+4
| |\ \ \
| | * \ \ Merge pull request #9933 from w-e-w/devAUTOMATIC11112023-04-291-2/+2
| | |\ \ \ | | | | | | | | | | | | add missing filename pattern hints
| | | * | | hints [batch_number] [generation_number]w-e-w2023-04-291-2/+2
| | | | | |
| | | * | | hints [clip_skip]w-e-w2023-04-291-2/+2
| | | | | |
| | * | | | Merge branch 'dev' into remove-watermark-optionAUTOMATIC11112023-04-291-3/+4
| | |\ \ \ \
| | | * | | | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC2023-04-291-1/+2
| | | |/ / / | | | | | | | | | | | | | | | | | | copypaste parameters support
| | | * | | Merge branch 'dev' into Branch_AddNewFilenameGenAUTOMATIC11112023-04-291-7/+7
| | | |\ \ \
| | | * | | | Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]tqwuliao2023-04-151-2/+2
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'master' into remove-watermark-optionspace-nuko2023-03-271-7/+7
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Remove "do not add watermark to images" optionspace-nuko2023-03-231-1/+0
| | | |/ / | | |/| |
| * | | | tool buttonsiutin2023-03-301-1/+1
| | |/ / | |/| |
* / | | Tooltip localization supportSakura-Luna2023-04-141-4/+4
|/ / /
* | | Merge branch 'master' into extra-networks-togglemissionfloyd2023-03-251-5/+6
|\ \ \ | | |/ | |/|
| * | Merge pull request #8799 from JaRail/masterAUTOMATIC11112023-03-251-4/+5
| |\ \ | | | | | | | | Loopback Script Updates
| | * | Loopback Script UpdatesJames Railton2023-03-221-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
| * / initial gradio 3.22 supportAUTOMATIC2023-03-251-1/+1
| |/
* / Update tooltip per Kilvoctu's suggestionmissionfloyd2023-03-151-2/+1
|/
* Merge remote-tracking branch 'origin/master' into unipcspace-nuko2023-03-111-2/+2
|\
| * Update batch count/size hintsVladimir Repin2023-02-051-2/+2
| |
* | Working UniPC (for batch size 1)space-nuko2023-02-101-0/+1
|/
* Add prompt_hash option for file/dir name patterntechneconn2023-02-051-2/+2
|
* Fix missing tooltip for 'Clear prompt' buttonPiotr Pomierski2023-01-311-1/+1
|
* changes remaining text from X/Y -> X/Y/ZEllangoK2023-01-271-1/+1
|
* add an option to reorder tabs for extra networksAUTOMATIC2023-01-221-1/+2
|
* hint for discarding layersAUTOMATIC2023-01-221-1/+2
|
* add a slider for default value of added extra networksAUTOMATIC2023-01-211-1/+2
|
* make CLIP interrogator download original text files if the directory does ↵AUTOMATIC2023-01-211-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
* extra networks UIAUTOMATIC2023-01-211-0/+2
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>