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-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
2022-10-08
support loading .yaml config with same name as model
AUTOMATIC
-1
/
+1
2022-10-08
chore: Fix typos
Aidan Holland
-1
/
+1
2022-10-08
add 'Ignore last layers of CLIP model' option as a parameter to the infotext
AUTOMATIC
-1
/
+5
2022-10-08
fix bug where when using prompt composition, hijack_comments generated before...
MrCheeze
-0
/
+1
2022-10-08
do not let user choose his own prompt token count limit
AUTOMATIC
-5
/
+0
2022-10-08
check specifically for skipped
Trung Ngo
-2
/
+1
2022-10-08
Add button to skip the current iteration
Trung Ngo
-0
/
+4
2022-10-08
let user choose his own prompt token count limit
AUTOMATIC
-0
/
+6
2022-10-06
Added job_timestamp to Processed
Milly
-0
/
+2
2022-10-06
Added styles to Processed
Milly
-0
/
+2
2022-10-06
add generation parameters to images shown in web ui
AUTOMATIC
-2
/
+6
2022-10-06
Merge branch 'master' into fix-vram
Jairo Correa
-8
/
+8
2022-10-06
integrate the new samplers PR
AUTOMATIC
-3
/
+4
[next]