- 11 Mar, 2023 30 commits
-
-
Zhang Hua authored
-
Zhang Hua authored
test/server_poll.py: fix absolute path
-
Zhang Hua authored
-
Zhang Hua authored
-
Zhang Hua authored
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
-
Zhang Hua authored
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
-
AUTOMATIC1111 authored
Bugfix: Filter out temporary files that will be generated if the download fails.
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add cond and uncond hidden states to CFGDenoiserParams
-
AUTOMATIC1111 authored
fix progressbar
-
AUTOMATIC1111 authored
Add lossless webp option
-
AUTOMATIC1111 authored
Add `before_process_batch` script callback
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
update "replace preview" link button's css
-
AUTOMATIC1111 authored
Gradio auth logic fix - Handle empty/newlines
-
AUTOMATIC1111 authored
Xyz order fix
-
AUTOMATIC1111 authored
sort upscalers by name
-
AUTOMATIC1111 authored
add: /sdapi/v1/scripts in API
-
butaixianran authored
modify css `.extra-network-thumbs .card:hover .additional a` 's value from `block` to `inline-block`. So, extensions can add more buttons to extra network's thumbnail card.
-
AUTOMATIC authored
save images to correct directories
-
AUTOMATIC1111 authored
Allow saving of images generated via API
-
AUTOMATIC1111 authored
Add scaled dot product attention
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
feat: auto update all extensions using flag
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Implement UniPC sampler
-
space-nuko authored
-
space-nuko authored
-
Pam authored
-
- 10 Mar, 2023 2 commits
- 09 Mar, 2023 3 commits
-
-
vladlearns authored
-
vladlearns authored
-
vladlearns authored
-
- 07 Mar, 2023 3 commits
-
-
Yea Chen authored
Suggested change by @akx Co-authored-by:
Aarni Koskela <akx@iki.fi>
-
Pam authored
-
Brad Smith authored
use lowercase name for sorting; keep `UpscalerLanczos` and `UpscalerNearest` at the start of the list with `UpscalerNone` Co-authored-by:
catboxanon <122327233+catboxanon@users.noreply.github.com>
-
- 05 Mar, 2023 2 commits
-
-
DejitaruJin authored
-
Vladimir Mandic authored
-