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
stats
log msg
author
committer
range
path:
root
/
modules
/
sd_models.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for SD 2.1 Turbo, by converting the state dict from SGM to LDM on...
MrCheeze
2023-12-02
1
-4
/
+13
*
more changes for #13865: fix formatting, rename the function, add comment and...
AUTOMATIC1111
2023-11-05
1
-1
/
+1
*
linter
AUTOMATIC1111
2023-11-05
1
-2
/
+2
*
Merge branch 'dev' into master
AUTOMATIC1111
2023-11-05
1
-20
/
+30
|
\
|
*
repair unload sd checkpoint button
AUTOMATIC1111
2023-10-15
1
-12
/
+1
|
*
use shallow copy for #13535
AUTOMATIC1111
2023-10-14
1
-2
/
+1
|
*
Merge pull request #13535 from chu8129/dev
AUTOMATIC1111
2023-10-14
1
-4
/
+5
|
|
\
|
|
*
reverst
wangqiuwen
2023-10-07
1
-0
/
+2
|
|
*
up
wangqiuwen
2023-10-07
1
-6
/
+5
|
*
|
Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separator
AUTOMATIC1111
2023-09-30
1
-2
/
+3
|
|
\
\
|
|
*
|
parsing string to path
w-e-w
2023-09-08
1
-2
/
+3
|
|
*
|
keep order in list of checkpoints when loading model that doesn't have a chec...
AUTOMATIC1111
2023-08-30
1
-1
/
+21
|
*
|
|
add missing import, simplify code, use patches module for #13276
AUTOMATIC1111
2023-09-30
1
-7
/
+12
|
*
|
|
Merge pull request #13276 from woweenie/patch-1
AUTOMATIC1111
2023-09-30
1
-1
/
+14
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
patch DDPM.register_betas so that users can put given_betas in model yaml
woweenie
2023-09-15
1
-1
/
+14
|
*
|
|
fix
王秋文/qwwang
2023-09-18
1
-0
/
+1
|
*
|
|
use dict[key]=model; did not update orderdict order, should use move to end
qiuwen.wang
2023-09-15
1
-0
/
+1
|
|
/
/
*
|
|
Use devices.torch_gc() instead of empty_cache()
Ritesh Gangnani
2023-11-05
1
-1
/
+0
*
|
|
Add SSD-1B as a supported model
Ritesh Gangnani
2023-11-05
1
-2
/
+6
|
/
/
*
/
keep order in list of checkpoints when loading model that doesn't have a chec...
AUTOMATIC1111
2023-08-30
1
-1
/
+21
|
/
*
set devices.dtype_unet correctly
AUTOMATIC1111
2023-08-23
1
-1
/
+2
*
add --medvram-sdxl
AUTOMATIC1111
2023-08-22
1
-8
/
+8
*
Fix for consistency with shared.opts.sd_vae of UI
Uminosachi
2023-08-21
1
-0
/
+1
*
Change where VAE state are stored in model
Uminosachi
2023-08-20
1
-2
/
+0
*
Change to access sd_model attribute with dot
Uminosachi
2023-08-20
1
-2
/
+2
*
Store base_vae and loaded_vae_file in sd_model
Uminosachi
2023-08-20
1
-16
/
+8
*
Fix SD VAE switch error after model reuse
Uminosachi
2023-08-20
1
-2
/
+20
*
resolve the issue with loading fp16 checkpoints while using --no-half
AUTOMATIC1111
2023-08-17
1
-1
/
+4
*
send weights to target device instead of CPU memory
AUTOMATIC1111
2023-08-16
1
-1
/
+16
*
Revert "send weights to target device instead of CPU memory"
AUTOMATIC1111
2023-08-16
1
-1
/
+1
*
send weights to target device instead of CPU memory
AUTOMATIC1111
2023-08-16
1
-1
/
+1
*
put refiner into main UI, into the new accordions section
AUTOMATIC1111
2023-08-12
1
-0
/
+3
*
resolve merge issues
AUTOMATIC1111
2023-08-10
1
-2
/
+5
*
Merge branch 'dev' into refiner
AUTOMATIC1111
2023-08-10
1
-11
/
+12
|
\
|
*
fix checkpoint name jumping around in the list of checkpoints for no good reason
AUTOMATIC1111
2023-08-09
1
-3
/
+9
|
*
Merge pull request #12426 from AUTOMATIC1111/split_shared
AUTOMATIC1111
2023-08-09
1
-8
/
+1
|
|
\
|
|
*
split shared.py into multiple files; should resolve all circular reference im...
AUTOMATIC1111
2023-08-09
1
-8
/
+1
|
*
|
Fix mismatch between shared.sd_model & shared.opts
Uminosachi
2023-08-08
1
-0
/
+2
|
|
/
*
|
Merge branch 'dev' into refiner
AUTOMATIC1111
2023-08-08
1
-1
/
+2
|
\
|
|
*
apply unet overrides after switching model
AUTOMATIC1111
2023-08-07
1
-0
/
+1
|
*
SD VAE rework 2
AUTOMATIC1111
2023-08-07
1
-1
/
+1
*
|
initial refiner support
AUTOMATIC1111
2023-08-06
1
-1
/
+17
|
/
*
Merge branch 'dev' into multiple_loaded_models
AUTOMATIC1111
2023-08-05
1
-12
/
+17
|
\
|
*
Merge pull request #12181 from AUTOMATIC1111/hires_checkpoint
AUTOMATIC1111
2023-08-05
1
-10
/
+17
|
|
\
|
|
*
additional memory improvements when switching between models of different types
AUTOMATIC1111
2023-07-31
1
-1
/
+4
|
|
*
hires fix checkpoint selection
AUTOMATIC1111
2023-07-30
1
-9
/
+13
|
*
|
fix: prevent cache model.state_dict() after model hijack
AnyISalIn
2023-08-04
1
-2
/
+3
|
*
|
add style editor dialog
AUTOMATIC1111
2023-08-03
1
-1
/
+1
*
|
|
repair merge error
AUTOMATIC1111
2023-08-01
1
-1
/
+0
*
|
|
Merge branch 'dev' into multiple_loaded_models
AUTOMATIC1111
2023-08-01
1
-11
/
+18
|
\
|
|
[next]