aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9750 from TFWol/patch-1AUTOMATIC11112023-04-291-8/+0
|\ | | | | Remove old code roll random artists
| * Remove old code roll random artistsTFWol2023-04-191-8/+0
| | | | | | | | | | Removed context menu entry that used to be for rolling artists from the now removed artists.csv. It was probably meant to be removed at commit 6d805b6.
* | Merge pull request #9060 from AlUlkesh/masterAUTOMATIC11112023-04-292-3/+6
|\ \ | | | | | | fix: lightboxModal, selectedTab
| * | try both versions of appendChildAlUlkesh2023-03-281-2/+5
| | |
| * | fix: lightboxModal, selectedTabAlUlkesh2023-03-272-2/+2
| | |
* | | Merge pull request #9227 from bbonvi/masterAUTOMATIC11112023-04-291-1/+1
|\ \ \ | | | | | | | | fix disappearing live previews and progressbar during slow tasks
| * | | pull progress for 40 secondsbbonvi2023-04-241-1/+1
| | | | | | | | | | | | | | | | for some extreme network conditions 20 seconds may not be enough
| * | | fix missing live preview and progress during certain tasksbbonvi2023-03-311-1/+1
| | |/ | |/| | | | | | | | | | | | | Sometimes tasks take longer than 5 seconds to start, resulting in missing progress bar and livepreviews, so we have to keep pulling for progress a bit longer (5s -> 20s).
* | | Custom delimitersmissionfloyd2023-04-251-1/+1
| | |
* | | Remove hyphen, underscore delimitersmissionfloyd2023-04-211-1/+1
| | |
* | | Remove parentheses if weight == 1missionfloyd2023-04-211-2/+8
| | |
* | | Update delimitersmissionfloyd2023-04-201-1/+1
| | |
* | | Simplify finding word boundariesmissionfloyd2023-04-201-17/+9
| | | | | | | | | | | | This also makes it work with prompts without spaces between words
* | | Use string.contains() instead of regexmissionfloyd2023-04-201-2/+3
| | |
* | | Automatically select current wordmissionfloyd2023-04-201-5/+30
|/ /
* | Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-21/+1
| | | | | | | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* | Merge pull request #7931 from space-nuko/img2img-enhanceAUTOMATIC11112023-03-281-1/+21
|\ \ | | | | | | Add `Upscale by` and `Upscaler` options to img2img
| * | Merge branch 'master' into img2img-enhancespace-nuko2023-03-285-52/+62
| |\|
| * | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-8/+0
| | |
| * | img2img resolution preview should use currently selected tab's imagespace-nuko2023-03-251-3/+10
| | |
| * | Add upscale slider to img2imgspace-nuko2023-03-251-2/+23
| | |
* | | Make disable configurable between builtin/extra extensionsspace-nuko2023-03-271-3/+3
| |/ |/|
* | Merge pull request #8569 from missionfloyd/extra-networks-toggleAUTOMATIC11112023-03-271-2/+1
|\ \ | | | | | | Make extra networks button togglable
| * \ Merge branch 'master' into extra-networks-togglemissionfloyd2023-03-258-116/+117
| |\ \
| * | | Update tooltip per Kilvoctu's suggestionmissionfloyd2023-03-151-2/+1
| | | |
* | | | Merge pull request #8938 from space-nuko/fix-image-ar-overlayAUTOMATIC11112023-03-271-23/+26
|\ \ \ \ | | | | | | | | | | Fix img2img aspect ratio overlay in Gradio 3.23.0
| * | | | Fix img2img aspect ratio overlay in Gradio 3.23.0space-nuko2023-03-251-23/+26
| | |_|/ | |/| |
* | | | Fix Send to img2img buttonsspace-nuko2023-03-252-26/+34
| |_|/ |/| |
* | | Fix notifications not triggeringspace-nuko2023-03-251-1/+1
|/ /
* | final part of merging #8749AUTOMATIC2023-03-251-4/+4
| |
* | Merge branch 'master' into extra-network-infoAUTOMATIC11112023-03-257-114/+77
|\ \
| * \ 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
| * | | use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC2023-03-251-0/+36
| | | | | | | | | | | | | | | | into the main page
| * | | fix generate forever and other context menusAUTOMATIC2023-03-251-1/+1
| | | |
| * | | fix ctrl+up/down attention editAUTOMATIC2023-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | fix dropdown obscured by live preview stylistic changes
| * | | initial gradio 3.22 supportAUTOMATIC2023-03-254-108/+34
| |/ /
* / / Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd2023-03-211-1/+3
|/ / | | | | | | Prevent bubbling the same way "replace preview" does
* / Add view metadata button for Lora cards.AUTOMATIC2023-03-141-1/+37
|/
* Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC11112023-03-121-2/+0
|\ | | | | Use emojis for extra network buttons
| * restore text, remove 'close'Kilvoctu2023-03-111-2/+0
| | | | | | | | don't use emojis for extra network buttons; remove 'close'
* | Merge pull request #8156 from bluelovers/pr/lightbox-001AUTOMATIC11112023-03-121-1/+1
|\ \ | | | | | | feat: better lightbox when not enable zoom
| * | feat: better lightbox when not enable zoombluelovers2023-03-121-1/+1
| |/
* | Merge pull request #8031 from DrakeRichards/notification-fixAUTOMATIC11112023-03-111-1/+1
|\ \ | | | | | | Bug fix: Added results selector for notifications
| * | Added results selectorThomas Young2023-02-221-1/+1
| |/ | | | | This causes the querySelectorAll function to only select images in a results div, ignoring images that might be in an extension's gallery.
* | Merge pull request #8112 from vladmandic/progressbarAUTOMATIC11112023-03-111-1/+1
|\ \ | | | | | | fix progressbar
| * | fix progressbarVladimir Mandic2023-02-251-1/+1
| |/
* | new setting: Extra text to add before <...> when adding extra network to promptAUTOMATIC2023-03-111-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into unipcspace-nuko2023-03-111-2/+2
|\|
| * Update batch count/size hintsVladimir Repin2023-02-051-2/+2
| |