| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- 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
|
|\
| |
| | |
Add correction file filename length limits on *nix systems
|
| | |
|
| |
| |
| |
| | |
so eg if a two-letter or empty extension is used, `.txt` would break, this `max` call protects that.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
add progressbar to unipc sampler
|
| | | |
|
|\ \ \
| | | |
| | | | |
initialize extra_network_data before use
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update ui_extra_networks.py
|
|/ / / /
| | | |
| | | | |
I updated it so that no error message is displayed when setting a webp for the preview image.
|
| |/ /
|/| | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
force refresh tqdm before close
|
|/ / / |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
fix: gradio's ValueError about fetching extensions files
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
test/server_poll.py: fix absolute path
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
launch.py: using getcwd() instead curdir
launch.py: use absolute path for preparing
also remove chdir()
launch.py: use absolute path for test
launch.py: add default script_path and data_path
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This may be helpful for
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7028,
because we won't change working directory to the repo now, instead,
we will use any working directory. If we set working directory to
a path contains repo and the custom --data-dir, the problem in this
issue should be solved.
Howewer, this may be treated as an incompatible change if some code
assume the working directory is always the repo.
Also, there may be another solution that always let --data-dir be the
subdirectory of the repo, but personally I think this may not be what
we actually need.
As this issue mainly influent on Docker and I am not familiar with
.bat files, updating webui.bat is skipped.
webui.sh: source env from repo instead $PWD
|
|\ \ \ \
| | | | |
| | | | | |
allow usage of latest fastapi
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use emojis for extra network buttons
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
don't use emojis for extra network buttons; remove 'close'
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
🔄 for refresh
❌ for close
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix dims typo in unipc
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix image generation on macOS 13.3 betas
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
add face restoration option to xyz_grid
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
feat: better lightbox when not enable zoom
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Add a way for API txt2img and img2img requests to pass args to always on scripts
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |_|/ / /
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
| |_|_|/
|/| | | |
|