- 08 Jul, 2023 12 commits
- 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredpostprocessing: use read_info_from_image 
- 
AUTOMATIC1111 authoredDon't add "Seed Resize: -1x-1" to API image metadata 
- 
AUTOMATIC1111 authoredFixed launch script to be runnable from any directory 
- 
AUTOMATIC1111 authoredfix for #11534: canvas zoom and pan extension hijacking shortcut keys 
- 
AUTOMATIC1111 authoredAllow gif for extra network previews 
- 
AUTOMATIC1111 authoredFix throwing exception when trying to resize image with I;16 mode 
- 
AUTOMATIC1111 authoredadd a description for save_image_with_geninfo 
- 
AUTOMATIC1111 authoredFix warning of 'has_mps' deprecated from PyTorch 
- 
AUTOMATIC1111 authoredfix(api): convert to "RGB" if image mode is "RGBA" #11655 
- 
AUTOMATIC1111 authoredFix UnicodeEncodeError when writing to file CLIP Interrogator Batch Mode 
- 
AUTOMATIC1111 authoredHotfix: API cache cleanup 
 
- 
- 07 Jul, 2023 1 commit
- 
- 
Neil Mahseth authoredThe code snippet print(interrogation_function(img), file=open(os.path.join(ii_output_dir, f"{left}.txt"), 'a')) raises a UnicodeEncodeError with the message "'charmap' codec can't encode character '\u016b' in position 129". This error occurs because the default encoding used by the open() function cannot handle certain Unicode characters. To fix this issue, the encoding parameter needs to be explicitly specified when opening the file. By using an appropriate encoding, such as 'utf-8', we can ensure that Unicode characters are properly encoded and written to the file. The updated code should be modified as follows: python Copy code print(interrogation_function(img), file=open(os.path.join(ii_output_dir, f"{left}.txt"), 'a', encoding='utf-8')) By making this change, the code will no longer raise the UnicodeEncodeError and will correctly handle Unicode characters during the file write operation.
 
- 
- 06 Jul, 2023 2 commits
- 05 Jul, 2023 3 commits
- 
- 
semjon00 authored
- 
missionfloyd authored
- 
Danil Boldyrev authored
 
- 
- 04 Jul, 2023 3 commits
- 
- 
missionfloyd authored
- 
ramyma authored
- 
ramyma authored
 
- 
- 03 Jul, 2023 11 commits
- 
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authoredAvoids bad keys such as `exif` ending up in the "PNG info" passed forward 
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Frank Tao authored
- 
onyasumi authored
- 
Danil Boldyrev authored
 
- 
- 02 Jul, 2023 2 commits
- 
- 
ramyma authored
- 
missionfloyd authored
 
- 
- 30 Jun, 2023 1 commit
- 
- 
gshawn3 authored
 
- 
- 27 Jun, 2023 5 commits
- 
- 
AUTOMATIC1111 authoredAdd parameter to differentiate between batch run grids or ordinary images to write proper metadata 
- 
AUTOMATIC1111 authoredRemove a bunch of unused/vestigial code 
- 
AUTOMATIC authored
- 
AUTOMATIC1111 authoredadd model exists status check /sdapi/v1/options #11112 
- 
AUTOMATIC1111 authored
 
- 
