MMaker
|
b7c478c3eb
fix: Modify font size when unable to fit in plot
|
2 years ago |
Jim Hays
|
c0355caefe
Fix various typos
|
2 years ago |
AUTOMATIC1111
|
89237852f4
Merge pull request #5119 from 0xb8/master
|
2 years ago |
AUTOMATIC
|
506d529d19
rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters
|
2 years ago |
cat
|
185ab3cbd1
Atomically rename saved image to avoid race condition with other processes.
|
2 years ago |
AUTOMATIC1111
|
ca8c764af8
Merge pull request #4986 from mcmonkey4eva/add-model-name
|
2 years ago |
AUTOMATIC
|
b006382784
serve images from where they are saved instead of a temporary directory
|
2 years ago |
Alex "mcmonkey" Goodwin
|
ffcbbcf385
add filename santization
|
2 years ago |
Alex "mcmonkey" Goodwin
|
6001684be3
add model_name pattern for saving
|
2 years ago |
AUTOMATIC
|
cdc8020d13
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
2 years ago |
timntorres
|
8792be5007
Add PNG info to pngs only if option is enabled.
|
2 years ago |
Yaiol
|
539c0f51e4
Update images.py
|
2 years ago |
Yuta Hayashibe
|
c4b5ca5778
Truncate too long filename
|
2 years ago |
AUTOMATIC
|
0cd7460253
add script callback for before image save and change callback for after image save to use a class with parameters
|
2 years ago |
w-e-w
|
757264c453
default_time_format if format is blank
|
2 years ago |
Milly
|
146856f66d
images: allow nested bracket in filename pattern
|
2 years ago |
w-e-w
|
91c1e1e6a9
fix default filename pattern
|
2 years ago |
AUTOMATIC1111
|
16416e42b5
Merge branch 'master' into on-image-saved-callback
|
2 years ago |
w-e-w
|
0c0028a9d3
UnknownTimeZoneError
|
2 years ago |
AUTOMATIC
|
8da1bd48bf
add an option to skip adding number to filenames when saving.
|
2 years ago |
w-e-w
|
eb007e5884
use the same datetime object for [date] and [datetime]
|
2 years ago |
w-e-w
|
5a981310e6
replace_datetime() can now accept a datetime parameter
|
2 years ago |
w-e-w
|
8f6af4ed65
remove lowercasing file_decoration as it is not needed anymore
|
2 years ago |
w-e-w
|
00952fb4a8
add sanitize_filename() to datetime
|
2 years ago |
w-e-w
|
480d8e7646
replace "srt.replace()" in apply_filename_pattern() with equivalent re.sub()
|
2 years ago |
w-e-w
|
37dd6deafb
filename pattern [datetime], extended customizable Format and Time Zone
|
2 years ago |
w-e-w
|
7d4a4db9ea
modify unnecessary sting assignment as it's going to get overwritten
|
2 years ago |
w-e-w
|
c5d90628a4
move "file_decoration" initialize section
|
2 years ago |
Trung Ngo
|
734986dde3
add callback after image is saved
|
2 years ago |
timntorres
|
2273e752fb
Remove redundant try/except.
|
2 years ago |