aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-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
* add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC2023-01-161-0/+1
|
* Add zero vector feature to hints.jsShondoit2023-01-121-0/+1
| | | | Also add the note that some tokens might be skipped. Not everyone is aware of this.
* Update hints.jsTaithrah2023-01-071-2/+2
| | | Partial revert
* Update hints.jsTaithrah2023-01-071-7/+7
| | | Small touch up to hints
* added the option to specify target resolution with possibility of truncating ↵AUTOMATIC2023-01-041-4/+7
| | | | for hires fix; also sampling steps
* added cheap NN approximation for VAEAUTOMATIC2022-12-241-1/+4
|
* Merge pull request #5622 from repligator/patch-1AUTOMATIC11112022-12-241-0/+1
|\ | | | | Update hints.js - DPM adaptive
| * Update hints.js - DPM adaptiverepligator2022-12-111-0/+1
| | | | | | Added mouse-over for DPM adaptive
* | fix hints file typoAlex "mcmonkey" Goodwin2022-12-111-1/+1
|/
* Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-101-2/+4
|\
| * more simple config option name plus mouseover hint for clip skipAUTOMATIC2022-12-031-0/+2
| |
| * add model_name pattern for savingAlex "mcmonkey" Goodwin2022-11-231-2/+2
| |
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-311-2/+3
|\|
| * Updated name and hover text.random_thoughtss2022-10-271-0/+1
| |
| * add hints, [datetime<Format><Time Zone>]w-e-w2022-10-241-2/+2
| |