- 17 Sep, 2022 40 commits
-
-
Dement242 authored
-
AUTOMATIC1111 authored
Basic documentation for custom_code.py template
-
JashoBell authored
-
Dement242 authored
-
-
AUTOMATIC1111 authored
Block event propagation when lightbox is triggered
-
AUTOMATIC1111 authored
Fix gallery not scrolling left
-
AUTOMATIC1111 authored
Make image gallery bigger on 2k+ displays
-
DepFA authored
-
DepFA authored
-
DepFA authored
-
safentisAuth authored
-
EyeDeck authored
-
DepFA authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
image info tab
-
AUTOMATIC1111 authored
-
DepFA authored
-
DepFA authored
-
DepFA authored
-
DepFA authored
-
Tony Beeman authored
* Fix process_images where the number of images is not a multiple of (batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
EyeDeck authored
-
jjisnow authored
-
jjisnow authored
-
jjisnow authored
Reverse run_pnginfo for compatibility reasons
-
jjisnow authored
-
AUTOMATIC authored
-
AUTOMATIC authored
the last PR broke saving EXiF completely for me. I don't know if it was broken already or some condition changed, but it seems like the person who originally added EXIF said, saving it with PIL may not work. I switched to using piexif to add data after the file written.
-
JJ authored
* image.save takes exif as a parameter * piexif takes the bytes as a parameter, not the exif_bytes function itself * reduce calls to create_exif_bytes
-
AUTOMATIC authored
-