Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | keep randomId simpler | siutin | 2023-03-30 | 2 | -10/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | tool button | siutin | 2023-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | add a button to restore the current progress | siutin | 2023-03-30 | 2 | -4/+36 | |
| |/ / / / / / / / / | ||||||
* / / / / / / / / / | Tooltip localization support | Sakura-Luna | 2023-04-14 | 1 | -4/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Revert "Merge pull request #7931 from space-nuko/img2img-enhance" | AUTOMATIC | 2023-03-28 | 1 | -21/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf. | |||||
* | | | | | | | | | Merge pull request #7931 from space-nuko/img2img-enhance | AUTOMATIC1111 | 2023-03-28 | 1 | -1/+21 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `Upscale by` and `Upscaler` options to img2img | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into img2img-enhance | space-nuko | 2023-03-28 | 5 | -52/+62 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Use .success() callback on img2img preview inputs change | space-nuko | 2023-03-25 | 1 | -8/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | img2img resolution preview should use currently selected tab's image | space-nuko | 2023-03-25 | 1 | -3/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add upscale slider to img2img | space-nuko | 2023-03-25 | 1 | -2/+23 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -3/+3 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #8569 from missionfloyd/extra-networks-toggle | AUTOMATIC1111 | 2023-03-27 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make extra networks button togglable | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into extra-networks-toggle | missionfloyd | 2023-03-25 | 8 | -116/+117 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update tooltip per Kilvoctu's suggestion | missionfloyd | 2023-03-15 | 1 | -2/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #8938 from space-nuko/fix-image-ar-overlay | AUTOMATIC1111 | 2023-03-27 | 1 | -23/+26 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix img2img aspect ratio overlay in Gradio 3.23.0 | |||||
| * | | | | | | | | | | Fix img2img aspect ratio overlay in Gradio 3.23.0 | space-nuko | 2023-03-25 | 1 | -23/+26 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Fix Send to img2img buttons | space-nuko | 2023-03-25 | 2 | -26/+34 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Fix notifications not triggering | space-nuko | 2023-03-25 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | final part of merging #8749 | AUTOMATIC | 2023-03-25 | 1 | -4/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into extra-network-info | AUTOMATIC1111 | 2023-03-25 | 7 | -114/+77 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge pull request #8799 from JaRail/master | AUTOMATIC1111 | 2023-03-25 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Loopback Script Updates | |||||
| | * | | | | | | | | Loopback Script Updates | James Railton | 2023-03-22 | 1 | -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 ↵ | AUTOMATIC | 2023-03-25 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the main page | |||||
| * | | | | | | | | fix generate forever and other context menus | AUTOMATIC | 2023-03-25 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fix ctrl+up/down attention edit | AUTOMATIC | 2023-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix dropdown obscured by live preview stylistic changes | |||||
| * | | | | | | | | initial gradio 3.22 support | AUTOMATIC | 2023-03-25 | 4 | -108/+34 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Add event.stopPropagation() to extraNetworksShowMetadata() | missionfloyd | 2023-03-21 | 1 | -1/+3 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Prevent bubbling the same way "replace preview" does | |||||
* / / / / / / | Add view metadata button for Lora cards. | AUTOMATIC | 2023-03-14 | 1 | -1/+37 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #7965 from Kilvoctu/extranet-buttons | AUTOMATIC1111 | 2023-03-12 | 1 | -2/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use emojis for extra network buttons | |||||
| * | | | | | | restore text, remove 'close' | Kilvoctu | 2023-03-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't use emojis for extra network buttons; remove 'close' | |||||
* | | | | | | | Merge pull request #8156 from bluelovers/pr/lightbox-001 | AUTOMATIC1111 | 2023-03-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | feat: better lightbox when not enable zoom | |||||
| * | | | | | | | feat: better lightbox when not enable zoom | bluelovers | 2023-03-12 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #8031 from DrakeRichards/notification-fix | AUTOMATIC1111 | 2023-03-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Bug fix: Added results selector for notifications | |||||
| * | | | | | | | Added results selector | Thomas Young | 2023-02-22 | 1 | -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/progressbar | AUTOMATIC1111 | 2023-03-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix progressbar | |||||
| * | | | | | | | fix progressbar | Vladimir Mandic | 2023-02-25 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | new setting: Extra text to add before <...> when adding extra network to prompt | AUTOMATIC | 2023-03-11 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'origin/master' into unipc | space-nuko | 2023-03-11 | 1 | -2/+2 | |
|\| | | | | | | ||||||
| * | | | | | | Update batch count/size hints | Vladimir Repin | 2023-02-05 | 1 | -2/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
* / | | | | | Working UniPC (for batch size 1) | space-nuko | 2023-02-10 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | / | Add prompt_hash option for file/dir name pattern | techneconn | 2023-02-05 | 1 | -2/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix missing tooltip for 'Clear prompt' button | Piotr Pomierski | 2023-01-31 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | update prompt token counts after using the paste params button | AUTOMATIC | 2023-01-29 | 1 | -8/+28 | |
| | | | ||||||
* | | | add buttons for auto-search in subdirectories for extra tabs | AUTOMATIC | 2023-01-29 | 1 | -0/+9 | |
| | | | ||||||
* | | | support for searching subdirectory names for extra networks | AUTOMATIC | 2023-01-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | make it so that clicking on hypernet/lora card one more time removes the ↵ | AUTOMATIC | 2023-01-28 | 1 | -1/+30 | |
| | | | | | | | | | | | | related from the prompt | |||||
* | | | add checkpoints tab for extra networks UI | AUTOMATIC | 2023-01-28 | 1 | -0/+7 | |
| | | | ||||||
* | | | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | 2023-01-28 | 1 | -3/+17 | |
| |/ |/| | | | | | disabled extensions | |||||
* | | changes remaining text from X/Y -> X/Y/Z | EllangoK | 2023-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | rework extras tab to use script system | AUTOMATIC | 2023-01-23 | 1 | -5/+0 | |
| | |