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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
Put API under /sdapi/ so that routing is simpler in the future. This means t...
Ryan Voots
2022-10-18
1
-1
/
+1
|
|
*
|
Re-use webui fastapi application rather than requiring one or the other, not ...
Ryan Voots
2022-10-18
1
-4
/
+2
|
|
*
|
prevent API from saving
arcticfaded
2022-10-17
1
-0
/
+2
|
|
*
|
example API working with gradio
arcticfaded
2022-10-17
3
-27
/
+60
|
|
*
|
add missing requirement for api and fix some typos
AUTOMATIC
2022-10-17
1
-1
/
+1
|
|
*
|
Update api.py
Jonathan
2022-10-17
1
-10
/
+1
|
|
*
|
Update processing.py
Jonathan
2022-10-17
1
-1
/
+0
|
|
*
|
Update processing.py
Jonathan
2022-10-17
1
-36
/
+5
|
|
*
|
pydantic instrumentation
arcticfaded
2022-10-17
1
-0
/
+99
|
|
*
|
initial prototype by borrowing contracts
arcticfaded
2022-10-17
3
-2
/
+62
|
*
|
|
more careful loading of model weights (eliminates some issues with checkpoint...
AUTOMATIC
2022-10-19
1
-3
/
+25
*
|
|
|
update
discus0434
2022-10-18
1
-2
/
+2
*
|
|
|
update
discus0434
2022-10-18
1
-2
/
+2
*
|
|
|
update
discus0434
2022-10-18
1
-6
/
+8
*
|
|
|
add options to custom hypernetwork layer structure
discus0434
2022-10-18
2
-22
/
+70
|
/
/
/
*
|
|
remove dependence on TQDM for sampler progress/interrupt functionality
AUTOMATIC
2022-10-18
2
-55
/
+58
*
|
|
additional fix for difference model merging
AUTOMATIC
2022-10-18
1
-1
/
+1
*
|
|
fix for add difference model merging
AUTOMATIC
2022-10-18
1
-2
/
+5
*
|
|
styles.csv encoding utf8 to utf-8-sig
w-e-w
2022-10-18
1
-2
/
+2
*
|
|
remove shared option for update check (because it is not an argument of webui)
AUTOMATIC
2022-10-18
1
-1
/
+0
*
|
|
add shared option for update check
DepFA
2022-10-18
1
-0
/
+1
*
|
|
update scripts.py
ふぁ
2022-10-18
1
-1
/
+1
*
|
|
Add visible for dropdown
ふぁ
2022-10-18
1
-4
/
+5
*
|
|
Remove exception handling
ふぁ
2022-10-18
1
-4
/
+1
*
|
|
Add scripts to ui-config,json
ふぁ
2022-10-18
2
-2
/
+18
*
|
|
clarify the comment for the new option from #2959 and move it to UI section.
AUTOMATIC
2022-10-18
1
-1
/
+1
*
|
|
Disable auto weights swap with config option
trufty
2022-10-18
2
-0
/
+5
*
|
|
Merge pull request #2984 from guaneec/D
AUTOMATIC1111
2022-10-18
1
-2
/
+1
|
\
\
\
|
*
|
|
Oops
guaneec
2022-10-17
1
-0
/
+1
|
*
|
|
Don't eat colons in booru tags
guaneec
2022-10-17
1
-2
/
+0
*
|
|
|
Merge branch 'master' into dark-mode
AUTOMATIC1111
2022-10-18
5
-17
/
+73
|
\
\
\
\
|
*
|
|
|
Update sd_hijack_optimizations.py
C43H66N12O12S2
2022-10-18
1
-0
/
+3
|
*
|
|
|
Update sd_hijack.py
C43H66N12O12S2
2022-10-18
1
-1
/
+1
|
*
|
|
|
readd xformers attnblock
C43H66N12O12S2
2022-10-18
1
-0
/
+15
|
*
|
|
|
delete xformers attnblock
C43H66N12O12S2
2022-10-18
1
-12
/
+0
|
*
|
|
|
use legacy attnblock
C43H66N12O12S2
2022-10-18
1
-1
/
+1
|
*
|
|
|
Fix typo "celem_id" to "elem_id"
Mykeehu
2022-10-18
1
-1
/
+1
|
*
|
|
|
extras extend cache key with new upscale to options
DepFA
2022-10-18
1
-1
/
+2
|
*
|
|
|
Fix typo in 'choices' when loading upscaler 2 config
Jordan Hall
2022-10-17
1
-1
/
+1
|
|
/
/
/
|
*
|
|
localization support
AUTOMATIC
2022-10-17
3
-12
/
+59
|
*
|
|
make modelmerger work with ui-config.json
AUTOMATIC
2022-10-17
1
-0
/
+1
|
|
/
/
*
|
|
Use of a --theme argument for more flexibility
Michoko
2022-10-17
2
-3
/
+3
*
|
|
Added dark mode switch
Michoko
2022-10-17
2
-1
/
+3
|
/
/
*
|
print list of embeddings on reload
DepFA
2022-10-17
1
-0
/
+1
*
|
make CLIP interrogate ranks output sane values
AUTOMATIC
2022-10-17
1
-3
/
+3
*
|
fix bug for latest model merge RAM improvement
AUTOMATIC
2022-10-17
1
-0
/
+1
*
|
Fix CLIP Interrogator and disable ranks for it
DenkingOfficial
2022-10-17
1
-2
/
+2
*
|
only read files with .py extension from the scripts dir
AUTOMATIC
2022-10-17
1
-0
/
+3
*
|
improve performance of 3-way merge on machines with not enough ram, by only a...
MrCheeze
2022-10-17
1
-10
/
+17
*
|
The hide_ui_dir_config flag also restrict write attempt to path settings
SGKoishi
2022-10-16
2
-1
/
+17
[prev]
[next]