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
Age
Commit message (
Expand
)
Author
Lines
2022-10-08
default to split attention if cuda is available and xformers is not
C43H66N12O12S2
-2
/
+2
2022-10-08
use new attnblock for xformers path
C43H66N12O12S2
-1
/
+1
2022-10-08
Update sd_hijack_optimizations.py
C43H66N12O12S2
-1
/
+1
2022-10-08
add xformers attnblock and hypernetwork support
C43H66N12O12S2
-2
/
+18
2022-10-08
delete broken and unnecessary aliases
C43H66N12O12S2
-6
/
+4
2022-10-08
switch to the proper way of calling xformers
C43H66N12O12S2
-25
/
+3
2022-10-07
Update sd_hijack.py
C43H66N12O12S2
-1
/
+1
2022-10-07
Update sd_hijack.py
C43H66N12O12S2
-2
/
+2
2022-10-07
Update sd_hijack.py
C43H66N12O12S2
-2
/
+1
2022-10-07
Update shared.py
C43H66N12O12S2
-0
/
+1
2022-10-07
Update sd_hijack.py
C43H66N12O12S2
-4
/
+9
2022-10-07
add xformers attention
C43H66N12O12S2
-1
/
+38
2022-10-06
karras samplers for img2img?
AUTOMATIC
-2
/
+4
2022-10-06
Prefer using `Processed.sd_model_hash` attribute when filename pattern
Milly
-1
/
+1
2022-10-06
Added job_timestamp to Processed
Milly
-1
/
+3
2022-10-06
Added styles to Processed
Milly
-6
/
+3
2022-10-06
Removed duplicate defined models_path
Milly
-10
/
+9
2022-10-06
add generation parameters to images shown in web ui
AUTOMATIC
-2
/
+6
2022-10-06
Removed duplicate image saving codes
Milly
-39
/
+14
2022-10-06
Merge branch 'master' into fix-vram
Jairo Correa
-52
/
+234
2022-10-06
Default window title progress updates on
DepFA
-1
/
+1
2022-10-06
Update shared.py
DepFA
-0
/
+1
2022-10-06
integrate the new samplers PR
AUTOMATIC
-32
/
+35
2022-10-06
add variant setting
C43H66N12O12S2
-0
/
+1
2022-10-06
add karras scheduling variants
C43H66N12O12S2
-0
/
+13
2022-10-06
workaround for a mysterious bug where prompt weights can't be matched
AUTOMATIC
-1
/
+3
2022-10-06
option to let users select which samplers they want to hide
AUTOMATIC
-15
/
+32
2022-10-06
removed unused import, fixed typo
Raphael Stoeckli
-2
/
+1
2022-10-06
Add sanitizer for captions in Textual inversion
Raphael Stoeckli
-0
/
+28
2022-10-06
Merge pull request #1755 from AUTOMATIC1111/use-typing-list
AUTOMATIC1111
-5
/
+4
2022-10-06
Set gradio-img2img-tool default to 'editor'
DepFA
-1
/
+1
2022-10-05
Merge branch 'master' into use-typing-list
DepFA
-1
/
+0
2022-10-05
use typing.list in prompt_parser.py for wider python version support
DepFA
-4
/
+4
2022-10-06
remove type annotations in new code because presumably they don't work in 3.7
AUTOMATIC
-3
/
+3
2022-10-05
fix various float parsing errors
AUTOMATIC
-2
/
+1
2022-10-05
added support for AND from https://energy-based-model.github.io/Compositional...
AUTOMATIC
-19
/
+138
2022-10-05
shared.state.interrupt when restart is requested
DepFA
-0
/
+1
2022-10-04
Removing parts no longer needed to fix vram
Jairo Correa
-15
/
+9
2022-10-04
Merge branch 'master' into fix-vram
Jairo Correa
-174
/
+275
2022-10-04
Display time taken in mins, secs when relevant
xpscyho
-1
/
+6
2022-10-04
add editor to img2img
AUTOMATIC
-1
/
+2
2022-10-04
prompt_parser: allow spaces in schedules, add test, log/ignore errors
Rae Fu
-54
/
+95
2022-10-04
remove functools.cache as some people are having issues with it
AUTOMATIC
-2
/
+6
2022-10-04
do not touch p.seed/p.subseed during processing #1181
AUTOMATIC
-9
/
+17
2022-10-04
option to not show images in web ui
AUTOMATIC
-0
/
+7
2022-10-04
emergency fix for img2img
AUTOMATIC
-1
/
+2
2022-10-04
Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_pattern
AUTOMATIC1111
-1
/
+1
2022-10-04
Apply prompt pattern last
Milly
-19
/
+20
2022-10-04
Remove pycharm note, fix typo
Justin Riddiough
-2
/
+2
2022-10-04
Explain how to use second progress bar in pycharm
Justin Riddiough
-1
/
+1
[next]