aboutsummaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko
2023-03-27Merge pull request #8569 from missionfloyd/extra-networks-toggleAUTOMATIC1111
Make extra networks button togglable
2023-03-27Merge pull request #8938 from space-nuko/fix-image-ar-overlayAUTOMATIC1111
Fix img2img aspect ratio overlay in Gradio 3.23.0
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd
2023-03-25Fix Send to img2img buttonsspace-nuko
2023-03-25Fix img2img aspect ratio overlay in Gradio 3.23.0space-nuko
2023-03-25Fix notifications not triggeringspace-nuko
2023-03-25final part of merging #8749AUTOMATIC
2023-03-25Merge branch 'master' into extra-network-infoAUTOMATIC1111
2023-03-25Merge pull request #8799 from JaRail/masterAUTOMATIC1111
Loopback Script Updates
2023-03-25use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC
into the main page
2023-03-25fix generate forever and other context menusAUTOMATIC
2023-03-25fix ctrl+up/down attention editAUTOMATIC
fix dropdown obscured by live preview stylistic changes
2023-03-25initial gradio 3.22 supportAUTOMATIC
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-20Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd
Prevent bubbling the same way "replace preview" does
2023-03-15Update tooltip per Kilvoctu's suggestionmissionfloyd
2023-03-14Add view metadata button for Lora cards.AUTOMATIC
2023-03-12Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC1111
Use emojis for extra network buttons
2023-03-12Merge pull request #8156 from bluelovers/pr/lightbox-001AUTOMATIC1111
feat: better lightbox when not enable zoom
2023-03-12feat: better lightbox when not enable zoombluelovers
2023-03-11restore text, remove 'close'Kilvoctu
don't use emojis for extra network buttons; remove 'close'
2023-03-11Merge pull request #8031 from DrakeRichards/notification-fixAUTOMATIC1111
Bug fix: Added results selector for notifications
2023-03-11Merge pull request #8112 from vladmandic/progressbarAUTOMATIC1111
fix progressbar
2023-03-11new setting: Extra text to add before <...> when adding extra network to promptAUTOMATIC
2023-03-10Merge remote-tracking branch 'origin/master' into unipcspace-nuko
2023-02-25fix progressbarVladimir Mandic
2023-02-22Added results selectorThomas Young
This causes the querySelectorAll function to only select images in a results div, ignoring images that might be in an extension's gallery.
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-30update prompt token counts after using the paste params buttonAUTOMATIC
2023-01-29add buttons for auto-search in subdirectories for extra tabsAUTOMATIC
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC
2023-01-28make it so that clicking on hypernet/lora card one more time removes the ↵AUTOMATIC
related from the prompt
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC
2023-01-28add progressbar to extension update check; do not check for updates for ↵AUTOMATIC
disabled extensions
2023-01-27changes remaining text from X/Y -> X/Y/ZEllangoK
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-22add an option to reorder tabs for extra networksAUTOMATIC
2023-01-22make extra networks search case-insensitiveAUTOMATIC
2023-01-22hint for discarding layersAUTOMATIC
2023-01-22attention ctrl+up/down enhancementsAUTOMATIC
2023-01-22add a slider for default value of added extra networksAUTOMATIC
2023-01-21add search box to extra networksAUTOMATIC
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
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-20fix ctrl+up/down that stopped workingAUTOMATIC