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
log msg
author
committer
range
path:
root
/
modules
/
processing.py
Age
Commit message (
Expand
)
Author
2022-11-01
Release processing resources after it finishes
Jairo Correa
2022-11-01
Unload sd_model before loading the other
Jairo Correa
2022-10-30
shorten Hypernetwork strength in infotext and omit it when it's the default v...
AUTOMATIC
2022-10-30
Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info
AUTOMATIC1111
2022-10-30
fix broken hires fix
AUTOMATIC
2022-10-29
Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into 3825-save-hypern...
timntorres
2022-10-29
add postprocess call for scripts
AUTOMATIC
2022-10-29
Revert "Explicitly state when Hypernet is none."
timntorres
2022-10-29
Merge branch 'AUTOMATIC1111:master' into 3825-save-hypernet-strength-to-info
timntorres
2022-10-27
Explicitly state when Hypernet is none.
timntorres
2022-10-27
Add strength to textinfo.
timntorres
2022-10-27
Highres fix works with unmasked latent.
random_thoughtss
2022-10-27
Merge branch 'AUTOMATIC1111:master' into master
random-thoughtss
2022-10-26
add override_settings to API as an alternative to #3629
AUTOMATIC
2022-10-25
Switch to a continous blend for cond. image.
random_thoughtss
2022-10-25
Added conditioning image masking to xy_grid.
random_thoughtss
2022-10-25
Added option to use unmasked conditioning image.
random_thoughtss
2022-10-24
fix #3517 breaking txt2img
AUTOMATIC
2022-10-24
fix whitespaces
Vladimir Repin
2022-10-24
Save properly processed image before color correction
Vladimir Repin
2022-10-23
non-implemented mask with any type
Stephen
2022-10-23
[API][Feature] - Add img2img API endpoint
Stephen
2022-10-22
fix for img2img color correction in a batch #3218
AUTOMATIC
2022-10-22
record First pass size as 0x0 for #3328
AUTOMATIC
2022-10-22
removed aesthetic gradients as built-in
AUTOMATIC
2022-10-21
Refer to Hypernet's name, sensibly, by its name variable.
timntorres
2022-10-21
do not load aesthetic clip model until it's needed
AUTOMATIC
2022-10-21
Fix Hypernet infotext string split bug for PR #3283
AUTOMATIC
2022-10-21
updated readme and some small stylistic changes to code
AUTOMATIC
2022-10-20
Made dummy latents smaller. Minor code cleanups
random_thoughtss
2022-10-19
Fixed non-square highres fix generation
random_thoughtss
2022-10-19
Don't compute latent mask if were not using it. Also added support for fixed ...
random_thoughtss
2022-10-19
Added support for RunwayML inpainting model
random_thoughtss
2022-10-19
Infotext saves more specific hypernet name.
timntorres
2022-10-19
Merge remote-tracking branch 'origin/api'
AUTOMATIC
2022-10-18
remove dependence on TQDM for sampler progress/interrupt functionality
AUTOMATIC
2022-10-17
example API working with gradio
arcticfaded
2022-10-17
initial prototype by borrowing contracts
arcticfaded
2022-10-16
Only make output dir when creating output
CookieHCl
2022-10-16
do not reload embeddings from disk when doing textual inversion
AUTOMATIC
2022-10-15
add First pass size always regardless of whether it was auto chosen or specified
AUTOMATIC
2022-10-15
bring back scale latent option in settings
AUTOMATIC
2022-10-15
Set to -1 when seed input is none
githublsx
2022-10-14
set firstpass w/h to 0 by default and rever to old behavior when any are 0
AUTOMATIC
2022-10-14
remove scale latent and no-crop options from hires fix
AUTOMATIC
2022-10-14
Fixed Scale ratio problem
Buckzor
2022-10-14
Option between stretch and crop for Highres. fix
Buckzor
2022-10-14
Added first_pass_width and height as adjustable inputs to "High Res Fix"
Buckzor
2022-10-13
Restore last generation params
Trung Ngo
2022-10-10
add eta noise seed delta option
AUTOMATIC
[next]