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