293 Commits (68953a4705b7f04d82f6cfb4eb2e67756ec666ca)

Author SHA1 Message Date
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
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
AUTOMATIC 20a59ab3b1 move token counter to the location of the prompt, add token counting for the negative prompt 3 years ago
AUTOMATIC 6c7a50d783 remove some unnecessary logging to javascript console 3 years ago
poiuty 81276cde90
internal progress relative path 3 years ago
AUTOMATIC c12d7ddd72 add handling to some places in javascript that can potentially cause issues #6898 3 years ago
AUTOMATIC 0f5dbfffd0 allow baking in VAE in checkpoint merger tab
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
3 years ago
AUTOMATIC c7e50425f6 add progress bar to modelmerger 3 years ago
AUTOMATIC1111 c94abc8862
Merge pull request #6895 from mezotaken/interrogate-all-tabs
Process interrogation on all img2img subtabs
3 years ago
AUTOMATIC 924e222004 add option to show/hide warnings
removed hiding warnings from LDSR
fixed/reworked few places that produced warnings
3 years ago