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_hijack.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for incorrect embedding token length calculation (will break seeds that u...
AUTOMATIC
2022-10-02
1
-4
/
+4
*
initial support for training textual inversion
AUTOMATIC
2022-10-02
1
-273
/
+51
*
add embeddings dir
AUTOMATIC
2022-09-30
1
-1
/
+6
*
fix for incorrect model weight loading for #814
AUTOMATIC
2022-09-29
1
-0
/
+9
*
new implementation for attention/emphasis
AUTOMATIC
2022-09-29
1
-4
/
+98
*
switched the token counter to use hidden buttons instead of api call
Liam
2022-09-27
1
-2
/
+1
*
added token counter next to txt2img and img2img prompts
Liam
2022-09-27
1
-8
/
+22
*
potential fix for embeddings no loading on AMD cards
AUTOMATIC
2022-09-25
1
-2
/
+2
*
Fix token max length
guaneec
2022-09-25
1
-1
/
+1
*
--opt-split-attention now on by default for torch.cuda, off for others (cpu a...
AUTOMATIC
2022-09-21
1
-1
/
+1
*
fix for too large embeddings causing an error
AUTOMATIC
2022-09-20
1
-1
/
+1
*
fix a off by one error with embedding at the start of the sentence
AUTOMATIC
2022-09-20
1
-1
/
+1
*
add the part that was missing for word textual inversion checksums
AUTOMATIC
2022-09-20
1
-1
/
+1
*
Making opt split attention the default. Are you upset about this? Sorry.
AUTOMATIC
2022-09-18
1
-3
/
+3
*
.....
C43H66N12O12S2
2022-09-17
1
-2
/
+2
*
Move scale multiplication to the front
C43H66N12O12S2
2022-09-17
1
-2
/
+2
*
fix typo
C43H66N12O12S2
2022-09-15
1
-1
/
+1
*
pass dtype to torch.zeros as well
C43H66N12O12S2
2022-09-15
1
-1
/
+1
*
Complete cross attention update
C43H66N12O12S2
2022-09-13
1
-1
/
+73
*
Update cross attention to the newest version
C43H66N12O12S2
2022-09-12
1
-3
/
+4
*
added --opt-split-attention-v1
AUTOMATIC
2022-09-10
1
-0
/
+33
*
Update to cross attention from https://github.com/Doggettx/stable-diffusion #219
AUTOMATIC
2022-09-10
1
-10
/
+37
*
support for sd-concepts as alternatives for textual inversion #151
AUTOMATIC
2022-09-08
1
-5
/
+15
*
directly convert list to tensor
xeonvs
2022-09-07
1
-4
/
+1
*
Added support for launching on Apple Silicon
xeonvs
2022-09-07
1
-1
/
+4
*
re-integrated tiling option as a UI element
AUTOMATIC
2022-09-05
1
-0
/
+20
*
add an option to enable tiling image generation
AUTOMATIC
2022-09-04
1
-0
/
+5
*
add split attention layer optimization from https://github.com/basujindal/sta...
AUTOMATIC
2022-09-04
1
-1
/
+43
*
split codebase into multiple files; to anyone this affects negatively: sorry
AUTOMATIC
2022-09-03
1
-0
/
+208