307 Commits (master)

Author SHA1 Message Date
AUTOMATIC 433b3ab701 Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
This reverts commit 4268759370, reversing
changes made to 1b63afbedc.
3 years ago
AUTOMATIC1111 4268759370
Merge pull request #7931 from space-nuko/img2img-enhance
Add `Upscale by` and `Upscaler` options to img2img
3 years ago
space-nuko 4414d36bf6
Merge branch 'master' into img2img-enhance 3 years ago
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
space-nuko c5f9f7c237 Use .success() callback on img2img preview inputs change 3 years ago
space-nuko 75e7eb9172 img2img resolution preview should use currently selected tab's image 3 years ago
space-nuko 68999d0b15 Add upscale slider to img2img 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