w-e-w
abacb735f4
multi size grid
2024-06-10 20:47:12 +09:00
AUTOMATIC1111
e368cd2810
stylistic changes for #15978
2024-06-09 16:46:08 +03:00
bluelovers
6447ff49d3
feat: save pattern add `basename`
...
`grid` or `xyz_grid` or `img`
```py
'basename': lambda self: 'img' if self.basename == '' else self.basename,
```
2024-06-09 19:07:32 +08:00
AUTOMATIC1111
5ecfc20d97
Merge pull request #15610 from pinanew/pinanew-patch-1
...
AVIF has quality setting too
2024-06-08 12:27:54 +03:00
AUTOMATIC1111
c1c4b3fb34
Merge pull request #15738 from JLipnerPitt/JLipnerPitt-patch-1
...
Fix AttributeError
2024-06-08 11:32:38 +03:00
alcacode
6dd53ce63d
Fix bug where file extension had an extra '.' under some circumstances
...
Fix bug where under some circumstances an extra "." was inserted between the file base name and the file extension.
The bug is triggered when the extension argument is one of "jpg", "jpeg", or "webp", and the image exceeds the format's dimension limit. Then the extension variable is set to ".png", resulting in the fullfn variable to evaluate to a string ending with "..png".
2024-05-26 15:36:55 +02:00
JLipnerPitt
e736c3b36b
Add files via upload
...
Fixed an error (AttributeError: 'str' object has no attribute 'decode') coming from line 792 in images.py when trying to upscale certain images.
2024-05-08 05:22:12 -04:00
w-e-w
8fa3fa76c3
fix exif_bytes referenced before assignment
2024-04-24 02:41:31 +09:00
pinanew
50bb6e1179
AVIF has quality setting too
2024-04-23 18:45:42 +03:00
AUTOMATIC1111
3810413c00
Merge pull request #15581 from AUTOMATIC1111/FilenameGenerator-sampler-scheduler
...
FilenameGenerator Sampler Scheduler
2024-04-21 07:00:28 +03:00
kaanyalova
49fee7c8db
Add avif support
2024-04-20 23:26:04 +03:00
w-e-w
b5b1487f6a
FilenameGenerator Sampler Scheduler
2024-04-21 04:52:03 +09:00
AUTOMATIC1111
09b5ce68a9
add images.read to automatically fix all jpeg/png weirdness
2024-03-04 19:14:53 +03:00
AUTOMATIC1111
5625ce1b1a
Merge pull request #14958 from HTYISABUG/dev
...
Error handling for unsupported transparency
2024-03-04 18:40:16 +03:00
AUTOMATIC1111
33fbe943e2
Merge pull request #15062 from astriaai/fix-exif-orientation-api
...
Fix EXIF orientation in API image loading
2024-03-04 16:26:53 +03:00
Alon Burg
67d8dafe44
Fix EXIF orientation in API image loading
2024-03-04 12:23:14 +02:00
Andray
dd4b0b95d5
cmd args: allow unix filenames and filenames max length
2024-02-26 16:30:15 +04:00
HSIEH TSUNGYU
9d5dc582be
Error handling for unsupported transparency
...
When input images (palette mode) have transparency (bytes) in info,
the output images (RGB mode) will inherit it,
causing ValueError in Pillow:PIL/PngImagePlugin.py#1364
when trying to unpack this bytes.
This commit check the PNG mode and transparency info,
removing transparency if it's RGB mode and transparency is bytes
2024-02-18 19:27:33 +08:00
WebDev
47b52d9b28
Add # to the invalid_filename_chars list
2024-01-13 02:31:26 -08:00
Aarni Koskela
12c6f37f8e
Add tile_count property to Grid
2023-12-30 16:24:01 +02:00
Aarni Koskela
7aa27b000a
Add types to split_grid
2023-12-30 16:24:01 +02:00
CodeHatchling
56604f08a1
Moved image filters used by soft inpainting into soft_inpainting.py from images.py
2023-12-07 14:53:44 -07:00
CodeHatchling
28a2b5b4aa
Fixed a math mistake.
2023-12-03 14:20:20 -07:00
CodeHatchling
3bd3a09160
Merge remote-tracking branch 'origin/dev' into soft-inpainting
...
# Conflicts:
# modules/processing.py
2023-12-02 21:14:02 -07:00
CodeHatchling
609dea36ea
Added utility functions related to processing masks.
2023-12-02 18:56:49 -07:00
AUTOMATIC1111
ab63054f95
write infotext to gif image as comment
2023-09-30 09:34:50 +03:00
AUTOMATIC1111
0c71967a53
Merge pull request #13068 from JaredTherriault/master
...
Load comments from gif images to gather geninfo from gif outputs
2023-09-30 09:33:14 +03:00
AUTOMATIC1111
9e58e11ad4
Merge pull request #13028 from AUTOMATIC1111/fallback-invalid-exif
...
Add Fallback at images.read_info_from_image if exif data was invalid
2023-09-09 09:21:18 +03:00
AUTOMATIC1111
3ca4655a18
update for #12926
2023-09-09 09:08:31 +03:00
w-e-w
35d1c94549
save_images_add_number_suffix
2023-09-06 20:24:26 +09:00
JaredTherriault
022639a145
Load comments from gif images to gather geninfo from gif outputs
2023-09-04 17:37:48 -07:00
AngelBottomless
f593cbfec4
fallback if exif data was invalid
2023-09-03 21:07:36 +09:00
w-e-w
8ce613bb3a
switch to PNG when images too large
2023-08-19 16:50:43 +09:00
w-e-w
a81dc43fcd
negative_prompt full_prompt hash
2023-08-18 15:13:12 +09:00
w-e-w
8a1f32b6a5
image hash
2023-08-18 14:04:46 +09:00
AUTOMATIC1111
386245a264
split shared.py into multiple files; should resolve all circular reference import errors related to shared.py
2023-08-09 10:25:35 +03:00
catboxanon
bcff763b6e
Add tab and carriage return to invalid filename chars
2023-08-04 22:59:47 -04:00
AUTOMATIC1111
4334d25978
bugfix: model name was added together with directory name to infotext and to [model_name] filename pattern
2023-07-19 15:49:54 +03:00
Marcus Adams
5d94088eac
Added [none] filename token.
2023-07-14 21:52:00 -04:00
AUTOMATIC1111
e93f582a78
Merge pull request #11748 from huaizong/fix/x/resize-less-than-two-pixel-error
...
fix: check fill size none zero when resize (fixes #11425 )
2023-07-13 14:48:19 +03:00
王怀宗
6c0d5d1198
fix: check fill size none zero when resize ( fixes #11425 )
2023-07-12 16:51:50 +08:00
AUTOMATIC1111
539518292e
Merge pull request #11468 from NoCrypt/grid-colors-options
...
Add options to change colors in grid
2023-07-08 14:51:50 +03:00
AUTOMATIC1111
7a7fa25d02
lint fix for #11492
2023-07-08 14:21:40 +03:00
AUTOMATIC1111
ae74b44c69
Merge pull request #11596 from akx/use-read-info
...
postprocessing: use read_info_from_image
2023-07-08 14:14:12 +03:00
AUTOMATIC1111
2151a9881f
Merge pull request #11492 from semjon00/dev
...
Fix throwing exception when trying to resize image with I;16 mode
2023-07-08 13:46:08 +03:00
AUTOMATIC1111
19772c3c97
fix problem with extra network saving images as previews losing generation info
...
add a description for save_image_with_geninfo
2023-07-08 13:43:42 +03:00
semjon00
fb661e089f
Fix throwing exception when trying to resize image with I;16 mode
2023-07-05 15:39:04 +03:00
Aarni Koskela
5c6a33b3e1
read_info_from_image: don't mutate info in passed-in image
2023-07-03 13:10:42 +03:00
Aarni Koskela
96f0593c8f
read_info_from_image: add type
2023-07-03 13:10:20 +03:00
Aarni Koskela
b2c574891f
read_info_from_image: add `photoshop` to ignored
2023-07-03 13:09:37 +03:00