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
/
sd_models.py
Age
Commit message (
Expand
)
Author
2023-11-19
Use options instead of cmd_args
Kohaku-Blueleaf
2023-11-16
Merge branch 'dev' into test-fp8
Kohaku-Blueleaf
2023-11-05
more changes for #13865: fix formatting, rename the function, add comment and...
AUTOMATIC1111
2023-11-05
linter
AUTOMATIC1111
2023-11-05
Merge branch 'dev' into master
AUTOMATIC1111
2023-11-05
Use devices.torch_gc() instead of empty_cache()
Ritesh Gangnani
2023-11-05
Add SSD-1B as a supported model
Ritesh Gangnani
2023-10-28
ManualCast for 10/16 series gpu
Kohaku-Blueleaf
2023-10-25
ignore mps for fp8
Kohaku-Blueleaf
2023-10-25
Fix alphas cumprod
Kohaku-Blueleaf
2023-10-25
Fix alphas_cumprod dtype
Kohaku-Blueleaf
2023-10-25
fp8 for TE
Kohaku-Blueleaf
2023-10-24
Fix lint
Kohaku-Blueleaf
2023-10-24
Add CPU fp8 support
Kohaku-Blueleaf
2023-10-19
Add sdxl only arg
Kohaku-Blueleaf
2023-10-19
Add fp8 for sd unet
Kohaku-Blueleaf
2023-10-15
repair unload sd checkpoint button
AUTOMATIC1111
2023-10-14
use shallow copy for #13535
AUTOMATIC1111
2023-10-14
Merge pull request #13535 from chu8129/dev
AUTOMATIC1111
2023-10-07
reverst
wangqiuwen
2023-10-07
up
wangqiuwen
2023-09-30
Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separator
AUTOMATIC1111
2023-09-30
add missing import, simplify code, use patches module for #13276
AUTOMATIC1111
2023-09-30
Merge pull request #13276 from woweenie/patch-1
AUTOMATIC1111
2023-09-18
fix
王秋文/qwwang
2023-09-15
patch DDPM.register_betas so that users can put given_betas in model yaml
woweenie
2023-09-15
use dict[key]=model; did not update orderdict order, should use move to end
qiuwen.wang
2023-09-08
parsing string to path
w-e-w
2023-08-30
keep order in list of checkpoints when loading model that doesn't have a chec...
AUTOMATIC1111
2023-08-30
keep order in list of checkpoints when loading model that doesn't have a chec...
AUTOMATIC1111
2023-08-23
set devices.dtype_unet correctly
AUTOMATIC1111
2023-08-22
add --medvram-sdxl
AUTOMATIC1111
2023-08-21
Fix for consistency with shared.opts.sd_vae of UI
Uminosachi
2023-08-20
Change where VAE state are stored in model
Uminosachi
2023-08-20
Change to access sd_model attribute with dot
Uminosachi
2023-08-20
Store base_vae and loaded_vae_file in sd_model
Uminosachi
2023-08-20
Fix SD VAE switch error after model reuse
Uminosachi
2023-08-17
resolve the issue with loading fp16 checkpoints while using --no-half
AUTOMATIC1111
2023-08-16
send weights to target device instead of CPU memory
AUTOMATIC1111
2023-08-16
Revert "send weights to target device instead of CPU memory"
AUTOMATIC1111
2023-08-16
send weights to target device instead of CPU memory
AUTOMATIC1111
2023-08-12
put refiner into main UI, into the new accordions section
AUTOMATIC1111
2023-08-10
resolve merge issues
AUTOMATIC1111
2023-08-10
Merge branch 'dev' into refiner
AUTOMATIC1111
2023-08-09
fix checkpoint name jumping around in the list of checkpoints for no good reason
AUTOMATIC1111
2023-08-09
Merge pull request #12426 from AUTOMATIC1111/split_shared
AUTOMATIC1111
2023-08-09
split shared.py into multiple files; should resolve all circular reference im...
AUTOMATIC1111
2023-08-08
Merge branch 'dev' into refiner
AUTOMATIC1111
2023-08-08
Fix mismatch between shared.sd_model & shared.opts
Uminosachi
2023-08-07
apply unet overrides after switching model
AUTOMATIC1111
[next]