301 Commits (daa5a83bb7b38a46b875a4df2f9a35b848359297)

Author SHA1 Message Date
space-nuko fc8e1008ea Make disable configurable between builtin/extra extensions 3 years ago
AUTOMATIC1111 a7d6fc3b42
Merge pull request #8569 from missionfloyd/extra-networks-toggle
Make extra networks button togglable
3 years ago
AUTOMATIC1111 e8f34e3b41
Merge pull request #8938 from space-nuko/fix-image-ar-overlay
Fix img2img aspect ratio overlay in Gradio 3.23.0
3 years ago
missionfloyd 6f18c9b13f
Merge branch 'master' into extra-networks-toggle 3 years ago
space-nuko 5eb7ff7768 Fix Send to img2img buttons 3 years ago
space-nuko 945f6e5e99 Fix img2img aspect ratio overlay in Gradio 3.23.0 3 years ago
space-nuko 9377092a89 Fix notifications not triggering 3 years ago
AUTOMATIC b7c14ed041 final part of merging #8749 3 years ago
AUTOMATIC1111 8dbe793af5
Merge branch 'master' into extra-network-info 3 years ago
AUTOMATIC1111 442f710d94
Merge pull request #8799 from JaRail/master
Loopback Script Updates
3 years ago
AUTOMATIC 9ed04e759d use HTTP request to fetch metadata for Lora cards instead of including it into the main page 3 years ago
AUTOMATIC 58c3144d2b fix generate forever and other context menus 3 years ago
AUTOMATIC 9b2f205400 fix ctrl+up/down attention edit
fix dropdown obscured by live preview
stylistic changes
3 years ago
AUTOMATIC 9f0da9f6ed initial gradio 3.22 support 3 years ago
James Railton 33b8539147 Loopback Script Updates
- 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
3 years ago
missionfloyd 8e3ced73a8 Add event.stopPropagation() to extraNetworksShowMetadata()
Prevent bubbling the same way "replace preview" does
3 years ago
missionfloyd 575c17a8f9
Update tooltip per Kilvoctu's suggestion 3 years ago
AUTOMATIC c19530f1a5 Add view metadata button for Lora cards. 3 years ago
AUTOMATIC1111 6106f6d0a0
Merge pull request #7965 from Kilvoctu/extranet-buttons
Use emojis for extra network buttons
3 years ago
AUTOMATIC1111 3e2ac603e9
Merge pull request #8156 from bluelovers/pr/lightbox-001
feat: better lightbox when not enable zoom
3 years ago
bluelovers db85421da1 feat: better lightbox when not enable zoom 3 years ago
Kilvoctu 247a34498b restore text, remove 'close'
don't use emojis for extra network buttons; remove 'close'
3 years ago
AUTOMATIC1111 92bb54720f
Merge pull request #8031 from DrakeRichards/notification-fix
Bug fix: Added results selector for notifications
3 years ago
AUTOMATIC1111 2b0ef2c4e6
Merge pull request #8112 from vladmandic/progressbar
fix progressbar
3 years ago
AUTOMATIC aaa367e35c new setting: Extra text to add before <...> when adding extra network to prompt 3 years ago
space-nuko ac38ad7e60 Merge remote-tracking branch 'origin/master' into unipc 3 years ago
Vladimir Mandic ed43a822b2
fix progressbar 3 years ago
Thomas Young 6825de7bc8
Added results selector
This causes the querySelectorAll function to only select images in a results div, ignoring images that might be in an extension's gallery.
3 years ago
space-nuko 1253199889 Working UniPC (for batch size 1) 3 years ago
Vladimir Repin df8ee5f6b0 Update batch count/size hints 3 years ago
techneconn 5a1b62e9f8 Add prompt_hash option for file/dir name pattern 3 years ago
Piotr Pomierski bfe7e7f15f Fix missing tooltip for 'Clear prompt' button 3 years ago
AUTOMATIC 399720dac2 update prompt token counts after using the paste params button 3 years ago
AUTOMATIC 8d7382ab24 add buttons for auto-search in subdirectories for extra tabs 3 years ago
AUTOMATIC f6b7768f84 support for searching subdirectory names for extra networks 3 years ago
AUTOMATIC 0a8515085e make it so that clicking on hypernet/lora card one more time removes the related from the prompt 3 years ago
AUTOMATIC 1d8e06d542 add checkpoints tab for extra networks UI 3 years ago
AUTOMATIC f8feeaaedb add progressbar to extension update check; do not check for updates for disabled extensions 3 years ago
EllangoK 32d389ef0f changes remaining text from X/Y -> X/Y/Z 3 years ago
AUTOMATIC b5230197a6 rework extras tab to use script system 3 years ago
AUTOMATIC 35419b2746 add an option to reorder tabs for extra networks 3 years ago
AUTOMATIC 159f05314d make extra networks search case-insensitive 3 years ago
AUTOMATIC 837ec11828 hint for discarding layers 3 years ago
AUTOMATIC 2621566153 attention ctrl+up/down enhancements 3 years ago
AUTOMATIC fe7a623e6b add a slider for default value of added extra networks 3 years ago
AUTOMATIC 424cefe118 add search box to extra networks 3 years ago
AUTOMATIC 184e23eb89 relocate tool buttons next to generate button
prevent extra network tabs from putting images into wrong prompts
prevent settings leaking into prompt
3 years ago
AUTOMATIC 6d805b669e make CLIP interrogator download original text files if the directory does 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
3 years ago
AUTOMATIC 40ff6db532 extra networks UI
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
3 years ago
AUTOMATIC e33cace2c2 fix ctrl+up/down that stopped working 3 years ago