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
Age
Commit message (
Expand
)
Author
Lines
2023-01-25
Update arguments to use --upcast-sampling
brkirch
-1
/
+1
2023-01-25
fix for unet hijack breaking the train tab
AUTOMATIC
-2
/
+5
2023-01-25
make clicking extra networks button one more time close the extra networks UI
AUTOMATIC
-2
/
+7
2023-01-25
add pix2pix credits
AUTOMATIC
-1
/
+2
2023-01-25
Merge pull request #6510 from brkirch/unet16-upcast-precision
AUTOMATIC1111
-71
/
+189
2023-01-25
Merge pull request #7138 from mykeehu/patch-4
AUTOMATIC1111
-0
/
+1
2023-01-25
change to code for live preview fix on OSX to be bit more obvious
AUTOMATIC
-2
/
+2
2023-01-25
Merge pull request #7151 from brkirch/fix-approx-nn
AUTOMATIC1111
-1
/
+5
2023-01-25
Merge pull request #7195 from Klace/instruct-pix2pix_model_load
AUTOMATIC1111
-3
/
+1485
2023-01-25
Update requirements transformers==4.25.1
Kyle
-2
/
+2
2023-01-25
Add instruct-pix2pix hijack
Kyle
-1
/
+1483
2023-01-25
Merge pull request #7146 from EllangoK/master
AUTOMATIC1111
-45
/
+134
2023-01-25
add an experimental option to apply loras to outputs rather than inputs
AUTOMATIC
-2
/
+10
2023-01-25
Add UI setting for upcasting attention to float32
brkirch
-64
/
+108
2023-01-25
Add option for float32 sampling with float16 UNet
brkirch
-8
/
+82
2023-01-25
remove the pip install stuff because it does not work as i hoped it would
AUTOMATIC
-8
/
+11
2023-01-24
add fastapi to requirements
AUTOMATIC
-0
/
+1
2023-01-24
print progress when installing torch
AUTOMATIC
-6
/
+22
2023-01-24
remove fairscale requirement, add fake fairscale to make BLIP not complain ab...
AUTOMATIC
-1
/
+1
2023-01-24
remove fairscale requirement, add fake fairscale to make BLIP not complain ab...
AUTOMATIC
-4
/
+9
2023-01-24
make git commands not fail for extensions when you have spaces in webui direc...
AUTOMATIC
-4
/
+4
2023-01-24
swaps xyz axes internally if one costs more
EllangoK
-12
/
+52
2023-01-24
handling sub grids and merging into one
EllangoK
-12
/
+19
2023-01-24
implements most of xyz grid script
EllangoK
-36
/
+78
2023-01-24
renamed xy to xyz grid
EllangoK
-0
/
+0
2023-01-24
also return the removed field to sdapi/v1/upscalers because someone might hav...
AUTOMATIC
-0
/
+2
2023-01-24
repair sdapi/v1/upscalers returning bogus results
AUTOMATIC
-8
/
+10
2023-01-24
Merge pull request #7140 from vladmandic/api-decode-image
AUTOMATIC1111
-1
/
+5
2023-01-24
Merge pull request #7144 from catboxanon/swinir-interrupt
AUTOMATIC1111
-1
/
+7
2023-01-24
Merge pull request #7148 from acncagua/improvement_launch.py
AUTOMATIC1111
-1
/
+1
2023-01-23
Fix different first gen with Approx NN previews
brkirch
-1
/
+5
2023-01-24
Set Linux xformers 0.0.16RC425
acncagua
-1
/
+1
2023-01-23
Also make SwinIR skippable
catboxanon
-2
/
+2
2023-01-23
Make SwinIR interruptible
catboxanon
-1
/
+7
2023-01-23
add image decod exception handling
Vladimir Mandic
-1
/
+5
2023-01-23
Fix extra network thumbs label color
Mykeehu
-0
/
+1
2023-01-24
fix BLIP failing to import depending on configuration
AUTOMATIC
-1
/
+16
2023-01-24
Merge pull request #7113 from vladmandic/interrogate
AUTOMATIC1111
-16
/
+26
2023-01-23
add support for apostrophe in extra network names
AUTOMATIC
-4
/
+6
2023-01-23
suppress A matching Triton is not available message
AUTOMATIC
-1
/
+3
2023-01-23
add option to skip interrogate categories
Vladimir Mandic
-15
/
+19
2023-01-23
Merge branch 'AUTOMATIC1111:master' into interrogate
Vladimir Mandic
-27
/
+140
2023-01-23
make loras before 0.4.0 ALSO work
AUTOMATIC
-1
/
+2
2023-01-23
Merge pull request #7032 from gmq/extra-network-styles
AUTOMATIC1111
-4
/
+73
2023-01-23
Merge pull request #7116 from vladmandic/api-image-format
AUTOMATIC1111
-10
/
+24
2023-01-23
feat(extra-networks): replace icon background with border
Guillermo Moreno
-2
/
+5
2023-01-23
add support for loras trained on kohya's scripts 0.4.0 (alphas)
AUTOMATIC
-7
/
+11
2023-01-23
api-image-format
Vladimir Mandic
-10
/
+24
2023-01-23
a possible fix for broken image upscaling
AUTOMATIC
-1
/
+1
2023-01-23
add a message about new torch/xformers version and a way to upgrade by specif...
AUTOMATIC
-1
/
+28
[next]