AUTOMATIC
4c1ad743e3
for img2img, use None as upscaler instead of erroring out if the desired upscaler is not found
3 years ago
AUTOMATIC
4697def235
bump gradio to 3.23
...
fix broken image dragging
3 years ago
Alex "mcmonkey" Goodwin
af9158a8c7
update `fullfn` properly
3 years ago
Alex "mcmonkey" Goodwin
48df6d66ea
add safety check in case of short extensions
...
so eg if a two-letter or empty extension is used, `.txt` would break, this `max` call protects that.
3 years ago
Alex "mcmonkey" Goodwin
a71b7b5ec0
relocate filename length limit to better spot
3 years ago
Alex "mcmonkey" Goodwin
7fd19fa4e7
initial fix for filename length limits on *nix systems
3 years ago
missionfloyd
aa108bd02a
Add lossless webp option
3 years ago
w-e-w
f71a3c9c3a
convert resolution to int using round()
3 years ago
AUTOMATIC1111
9c4eaac61f
Merge pull request #7691 from missionfloyd/16bit-convert
...
Convert 16-bit greyscale to 8-bit when saving as JPEG
3 years ago
AUTOMATIC
fb2354cb2a
reword settings for 4chan export, remove unneded try/excepts, add try/except for actually saving JPG
3 years ago
missionfloyd
73a97cac11
Use RGB for webp
...
Doesn't support greyscale (L)
3 years ago
missionfloyd
463ab84180
Convert 16-bit greyscale to 8-bit when saving as JPEG
3 years ago
w-e-w
fe33be6cac
use Default if ValueError
3 years ago
w-e-w
6d11cda418
configurable image downscale
...
allowing the user to configure the image downscale parameters in setting
3 years ago
EllangoK
0ca1a64cfc
adds grid margins to xyz plot and prompt matrix
3 years ago
techneconn
5a1b62e9f8
Add prompt_hash option for file/dir name pattern
3 years ago
AUTOMATIC
40e51fd6ef
add margin parameter to draw_grid_annotations
3 years ago
glop102
09a142a05a
Reduce grid rows if larger than number of images available
...
When a set number of grid rows is specified in settings, then it leads
to situations where an entire row in the grid is empty.
The most noticable example is the processing preview when the row count
is set to 2, where it shows the preview just fine but with a black
rectangle under it.
3 years ago
EllangoK
e46bfa5a9e
handling sub grids and merging into one
3 years ago
AUTOMATIC
3a0d6b7729
make it so that PNG images with EXIF do not lose parameters in PNG info tab
3 years ago
AUTOMATIC
a8eb9e3bf8
Revert "Merge pull request #3791 from shirayu/fix/filename"
...
This reverts commit eed58279e7 , reversing
changes made to 4ae960b01c .
3 years ago
AUTOMATIC1111
eed58279e7
Merge pull request #3791 from shirayu/fix/filename
...
Truncate too long filename (Fix #705 )
3 years ago
AUTOMATIC
ef27a18b6b
Hires fix rework
3 years ago
AUTOMATIC
e672cfb074
rework of callback for #6094
3 years ago
AUTOMATIC1111
6062c85d4d
Merge pull request #6094 from AlUlkesh/master
...
Adding image numbers on grids
3 years ago
AlUlkesh
5f12b23b8b
Adding image numbers on grids
...
New grid option in settings enables adding of image numbers on grids. This makes identifying the images, especially in larger batches, much easier.
Revert "Adding image numbers on grids"
This reverts commit 3530c283b4b1d3a3cab40efbffe4cf2697938b6f.
Implements Callback for image grid loop
Necessary to make "Add image's number to its picture in the grid" extension possible.
3 years ago
Vladimir Mandic
ae955b0146
fix rgba to rgb when using jpeg output
3 years ago
Yuval Aboulafia
3bf5591efe
fix F541 f-string without any placeholders
3 years ago
AUTOMATIC1111
fac92610d2
Merge pull request #5753 from calvinballing/master
...
Fix various typos
3 years ago
AUTOMATIC
9441c28c94
add an option for img2img background color
3 years ago
MMaker
b7c478c3eb
fix: Modify font size when unable to fit in plot
...
This prevents scenarios where text without line breaks will start overlapping with each other when generating X/Y plots. This is most evident when generating X/Y plots with checkpoints, as most don't contain spaces and sometimes include extra information such as the epoch, making it extra long.
3 years ago
Jim Hays
c0355caefe
Fix various typos
3 years ago
AUTOMATIC1111
89237852f4
Merge pull request #5119 from 0xb8/master
...
Atomically rename saved image to avoid race condition with other processes
3 years ago
AUTOMATIC
506d529d19
rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters
3 years ago
cat
185ab3cbd1
Atomically rename saved image to avoid race condition with other processes.
3 years ago
AUTOMATIC1111
ca8c764af8
Merge pull request #4986 from mcmonkey4eva/add-model-name
...
add model_name pattern for saving
3 years ago
AUTOMATIC
b006382784
serve images from where they are saved instead of a temporary directory
...
add an option to choose a different temporary directory in the UI
add an option to cleanup the selected temporary directory at startup
3 years ago
Alex "mcmonkey" Goodwin
ffcbbcf385
add filename santization
...
Probably redundant, considering the model name *is* a filename, but I suppose better safe than sorry.
3 years ago
Alex "mcmonkey" Goodwin
6001684be3
add model_name pattern for saving
3 years ago
AUTOMATIC
cdc8020d13
change StableDiffusionProcessing to internally use sampler name instead of sampler index
3 years ago
timntorres
8792be5007
Add PNG info to pngs only if option is enabled.
3 years ago
Yaiol
539c0f51e4
Update images.py
...
Filename tags [height] and [width] are wrongly referencing to process size instead of resulting image size. Making all upscale files named wrongly.
3 years ago
Yuta Hayashibe
c4b5ca5778
Truncate too long filename
3 years ago
AUTOMATIC
0cd7460253
add script callback for before image save and change callback for after image save to use a class with parameters
3 years ago
w-e-w
757264c453
default_time_format if format is blank
3 years ago
Milly
146856f66d
images: allow nested bracket in filename pattern
3 years ago
w-e-w
91c1e1e6a9
fix default filename pattern
3 years ago
AUTOMATIC1111
16416e42b5
Merge branch 'master' into on-image-saved-callback
3 years ago
w-e-w
0c0028a9d3
UnknownTimeZoneError
3 years ago
AUTOMATIC
8da1bd48bf
add an option to skip adding number to filenames when saving.
...
rework filename pattern function go through the pattern once and not calculate any of replacements until they are actually encountered in the pattern.
3 years ago