- 23 Mar, 2023 1 commit
-
-
James Railton authored
The loopback script did not set masked content to original after first loop. So each loop would apply a fill, or latent mask. This would essentially reset progress each loop. The desired behavior is to use the mask for the first loop, then continue to iterate on the results of the previous loop.
-
- 22 Mar, 2023 1 commit
-
-
James Railton authored
- 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
-
- 14 Mar, 2023 8 commits
-
-
AUTOMATIC1111 authored
Add correction file filename length limits on *nix systems
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
add progressbar to unipc sampler
-
AUTOMATIC1111 authored
initialize extra_network_data before use
-
AUTOMATIC1111 authored
Update ui_extra_networks.py
-
willtakasan authored
I updated it so that no error message is displayed when setting a webp for the preview image.
-
AUTOMATIC authored
-
Vladimir Mandic authored
-
- 13 Mar, 2023 7 commits
-
-
high_byte authored
-
Alex "mcmonkey" Goodwin authored
-
Alex "mcmonkey" Goodwin authored
so eg if a two-letter or empty extension is used, `.txt` would break, this `max` call protects that.
-
Alex "mcmonkey" Goodwin authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
- 12 Mar, 2023 23 commits
-
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
force refresh tqdm before close
-
Vladimir Mandic authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
fix: gradio's ValueError about fetching extensions files
-
AUTOMATIC1111 authored
allow usage of latest fastapi
-
AUTOMATIC1111 authored
Use emojis for extra network buttons
-
AUTOMATIC1111 authored
Fix dims typo in unipc
-
AUTOMATIC1111 authored
Fix image generation on macOS 13.3 betas
-
AUTOMATIC1111 authored
add face restoration option to xyz_grid
-
AUTOMATIC1111 authored
feat: better lightbox when not enable zoom
-
AUTOMATIC1111 authored
Add a way for API txt2img and img2img requests to pass args to always on scripts
-
bluelovers authored
-
high_byte authored
-
brkirch authored
The test isn't working correctly on macOS 13.3 and the bool tensor fix for cumsum is currently always needed anyway, so enable the fix by default.
-
EllangoK authored
-
-
Vespinian authored
-
Kilvoctu authored
don't use emojis for extra network buttons; remove 'close'
-
AUTOMATIC authored
-
Vespinian authored
-
-