index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
models
/
diffusion
Age
Commit message (
Collapse
)
Author
2024-04-07
Make it compatible with Python < 3.10
Leonard Kugis
2023-12-04
make webui not crash when running with --disable-all-extensions option
AUTOMATIC1111
2023-06-02
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
Aarni Koskela
2023-05-11
Merge pull request #10268 from Sakura-Luna/pbar
AUTOMATIC1111
UniPC progress bar adjustment
2023-05-11
UniPC progress bar adjustment
Sakura-Luna
2023-05-10
suggestions and fixes from the PR
AUTOMATIC
2023-05-10
manual fixes for some C408
AUTOMATIC
2023-05-10
ruff manual fixes
AUTOMATIC
2023-05-10
ruff auto fixes
AUTOMATIC
2023-05-10
F401 fixes for ruff
AUTOMATIC
2023-05-10
imports cleanup for ruff
AUTOMATIC
2023-05-10
manual fixes for ruff
AUTOMATIC
2023-05-09
Fix up string formatting/concatenation to f-strings where feasible
Aarni Koskela
2023-03-13
add pbar to unipc
Vladimir Mandic
2023-03-11
fix dims typo in unipc
EllangoK
2023-03-11
use selected device instead of always cuda for UniPC sampler
AUTOMATIC
2023-03-10
Requested changes
space-nuko
2023-02-11
support SD2.X models
space-nuko
2023-02-10
bug fix
space-nuko
2023-02-10
Add UniPC sampler settings
space-nuko
2023-02-10
Fix logspam and live previews
space-nuko
2023-02-10
Working UniPC (for batch size 1)
space-nuko
2023-01-25
Add instruct-pix2pix hijack
Kyle
Allows loading instruct-pix2pix models via same method as inpainting models in sd_models.py and sd_hijack_ip2p.py Adds ddpm_edit.py necessary for instruct-pix2pix