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-10-27
Highres fix works with unmasked latent.
random_thoughtss
-58
/
+76
2022-10-27
Merge branch 'AUTOMATIC1111:master' into master
random-thoughtss
-5
/
+20
2022-10-26
add override_settings to API as an alternative to #3629
AUTOMATIC
-5
/
+20
2022-10-25
Switch to a continous blend for cond. image.
random_thoughtss
-3
/
+6
2022-10-25
Added conditioning image masking to xy_grid.
random_thoughtss
-1
/
+1
2022-10-25
Added option to use unmasked conditioning image.
random_thoughtss
-1
/
+5
2022-10-24
fix #3517 breaking txt2img
AUTOMATIC
-14
/
+19
2022-10-24
fix whitespaces
Vladimir Repin
-1
/
+1
2022-10-24
Save properly processed image before color correction
Vladimir Repin
-15
/
+18
2022-10-23
non-implemented mask with any type
Stephen
-1
/
+1
2022-10-23
[API][Feature] - Add img2img API endpoint
Stephen
-1
/
+1
2022-10-22
fix for img2img color correction in a batch #3218
AUTOMATIC
-2
/
+4
2022-10-22
record First pass size as 0x0 for #3328
AUTOMATIC
-1
/
+2
2022-10-22
removed aesthetic gradients as built-in
AUTOMATIC
-13
/
+22
2022-10-21
Refer to Hypernet's name, sensibly, by its name variable.
timntorres
-1
/
+1
2022-10-21
do not load aesthetic clip model until it's needed
AUTOMATIC
-2
/
+2
2022-10-21
Fix Hypernet infotext string split bug for PR #3283
AUTOMATIC
-1
/
+1
2022-10-21
updated readme and some small stylistic changes to code
AUTOMATIC
-8
/
+6
2022-10-20
Made dummy latents smaller. Minor code cleanups
random_thoughtss
-3
/
+4
2022-10-19
Fixed non-square highres fix generation
random_thoughtss
-3
/
+6
2022-10-19
Don't compute latent mask if were not using it. Also added support for fixed ...
random_thoughtss
-27
/
+45
2022-10-19
Added support for RunwayML inpainting model
random_thoughtss
-2
/
+32
2022-10-19
Infotext saves more specific hypernet name.
timntorres
-1
/
+1
2022-10-19
Merge remote-tracking branch 'origin/api'
AUTOMATIC
-8
/
+16
2022-10-18
remove dependence on TQDM for sampler progress/interrupt functionality
AUTOMATIC
-6
/
+0
2022-10-17
example API working with gradio
arcticfaded
-7
/
+15
2022-10-17
initial prototype by borrowing contracts
arcticfaded
-1
/
+1
2022-10-16
Only make output dir when creating output
CookieHCl
-6
/
+0
2022-10-16
do not reload embeddings from disk when doing textual inversion
AUTOMATIC
-2
/
+3
2022-10-15
add First pass size always regardless of whether it was auto chosen or specified
AUTOMATIC
-1
/
+1
2022-10-15
bring back scale latent option in settings
AUTOMATIC
-4
/
+4
2022-10-15
Set to -1 when seed input is none
githublsx
-1
/
+1
2022-10-14
set firstpass w/h to 0 by default and rever to old behavior when any are 0
AUTOMATIC
-19
/
+30
2022-10-14
remove scale latent and no-crop options from hires fix
AUTOMATIC
-37
/
+27
2022-10-14
Fixed Scale ratio problem
Buckzor
-14
/
+11
2022-10-14
Option between stretch and crop for Highres. fix
Buckzor
-12
/
+22
2022-10-14
Added first_pass_width and height as adjustable inputs to "High Res Fix"
Buckzor
-2
/
+4
2022-10-13
Restore last generation params
Trung Ngo
-0
/
+4
2022-10-10
add eta noise seed delta option
AUTOMATIC
-1
/
+5
2022-10-10
--no-half-vae pt2
AUTOMATIC
-2
/
+1
2022-10-10
--no-half-vae
AUTOMATIC
-2
/
+9
2022-10-09
do not add clip skip to parameters if it's 1 or 0
AUTOMATIC
-1
/
+1
2022-10-09
Fix issues with CLIP ignore option name change
Fampai
-2
/
+2
2022-10-09
change up #2056 to make it work how i want it to plus make xy plot write corr...
AUTOMATIC
-3
/
+2
2022-10-09
Sanitize infotext output (for now)
William Moorehouse
-3
/
+3
2022-10-09
Fix grabbing the model name for infotext
William Moorehouse
-1
/
+1
2022-10-09
Added extended model details to infotext
William Moorehouse
-0
/
+3
2022-10-09
additional changes for saving pnginfo for #1803
AUTOMATIC
-2
/
+4
2022-10-09
remove line break
frostydad
-1
/
+0
2022-10-09
Fix incorrect sampler name in output
frostydad
-1
/
+8
[next]