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
/
processing.py
Age
Commit message (
Expand
)
Author
Lines
2022-09-19
added highres fix feature
AUTOMATIC
-14
/
+66
2022-09-19
made 'reuse seed' button give you the seed/subseed of the currently selected ...
AUTOMATIC
-34
/
+74
2022-09-18
Merge remote-tracking branch 'origin/master'
AUTOMATIC
-1
/
+1
2022-09-18
prevent black screen when seed and variation seed are the same.
AUTOMATIC
-1
/
+6
2022-09-18
handle NoneType when subseed is not initialized. Set it to -1 in that case
berkybear
-1
/
+1
2022-09-18
fix many paths in code breaking because Processing constructor changed
AUTOMATIC
-2
/
+2
2022-09-18
Add buttons for random and reuse seed.
Johan Aires Rastén
-2
/
+6
2022-09-18
make inpaint at full resolution option not discard useful pixels from the image
AUTOMATIC
-55
/
+4
2022-09-17
fixed typos in processing.py
Steve Eberhardt
-1
/
+1
2022-09-17
set loopback color corrections on each iteration
Brian Drupieski
-0
/
+2
2022-09-17
* Fix process_images where the number of images is not a multiple of (batch_s...
Tony Beeman
-1
/
+8
2022-09-17
add support for switching model checkpoints at runtime
AUTOMATIC
-1
/
+1
2022-09-16
add a bit of a comment about what's being done with tensor noise
AUTOMATIC
-0
/
+4
2022-09-16
Merge branch 'batch-seed-attempt'
AUTOMATIC
-2
/
+16
2022-09-16
prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...
AUTOMATIC
-1
/
+1
2022-09-16
fix loopback color correction to store color_correction info for initial imag...
AUTOMATIC
-2
/
+4
2022-09-15
prompt editing
AUTOMATIC
-3
/
+5
2022-09-15
prevent repeating messages about too many tokens
AUTOMATIC
-2
/
+3
2022-09-14
added a second style field
AUTOMATIC
-3
/
+3
2022-09-14
prevent making grid if there is no need for it #428
AUTOMATIC
-5
/
+3
2022-09-14
prevent extras from saving in dir
JustAnOkapi
-1
/
+1
2022-09-13
first attempt to produce crrect seeds in batch
AUTOMATIC
-2
/
+16
2022-09-13
change np.float to np.float32
JJ
-1
/
+1
2022-09-13
color correction option for all img2img modes #363
AUTOMATIC
-0
/
+28
2022-09-13
put safety checker into a separate file because it's already crowded in proce...
AUTOMATIC
-34
/
+2
2022-09-12
Adds NSFW content filter option
GRMrGecko
-0
/
+35
2022-09-12
X/Y plot with denoising adds incorrect image data to individual outputs #331
AUTOMATIC
-0
/
+1
2022-09-12
Include the model name (or the SHA256 of the file) in the metadata #271
AUTOMATIC
-0
/
+1
2022-09-12
changes for #294
AUTOMATIC
-30
/
+5
2022-09-12
Merge pull request #294 from EliasOenal/master
AUTOMATIC1111
-8
/
+28
2022-09-12
add negative prompt to log when clicking save #249
AUTOMATIC
-0
/
+2
2022-09-12
[FEATURE] Save both images, (Skip_Save optional). #265
AUTOMATIC
-0
/
+4
2022-09-12
Refactored Metal/mps fixes.
Elias Oenal
-23
/
+19
2022-09-12
Variations are not working properly #305
AUTOMATIC
-1
/
+1
2022-09-12
[BUG] Not Working As Intended - create a directory with name derived from th...
AUTOMATIC
-2
/
+2
2022-09-11
Merge remote-tracking branch 'origin/master'
AUTOMATIC
-1
/
+1
2022-09-11
Add a samples filename format option
Michoko
-1
/
+1
2022-09-11
add half() supporrt for CLIP interrogation
AUTOMATIC
-8
/
+4
2022-09-11
Implemented workaround to allow the use of seeds with the mps/metal backend. ...
Elias Oenal
-7
/
+31
2022-09-11
Fixed prompt_style type hints: int -> str
JohannesGaessler
-2
/
+2
2022-09-10
fix repeating subseeds for every batch #221
AUTOMATIC
-1
/
+2
2022-09-09
Fix prompt matrix script
Lukas Meller
-1
/
+1
2022-09-09
support for prompt styles
AUTOMATIC
-7
/
+9
2022-09-09
Merge remote-tracking branch 'origin/master' into seeds
AUTOMATIC
-1
/
+3
2022-09-09
Include negative prompt in parameters text file
David Yates
-1
/
+3
2022-09-09
added resize seeds and variation seeds features
AUTOMATIC
-17
/
+76
2022-09-08
another change for inpainting at full resolution
AUTOMATIC
-3
/
+4
2022-09-07
big improvements to inpainting and outpainting
AUTOMATIC
-8
/
+11
2022-09-07
codeformer support
AUTOMATIC
-6
/
+6
2022-09-07
remove double basicr requirement
AUTOMATIC
-1
/
+5
[next]