- 08 Jul, 2023 31 commits
- 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredImg2img batch png info 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredFixing --subpath on newer gradio version 
- 
AUTOMATIC1111 authoredAdd options to change colors in grid 
- 
AUTOMATIC1111 authoredadd callback after_extra_networks_activate 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredadd `before_hr` script callback 
- 
AUTOMATIC1111 authoredCorrectly remove end parenthesis with ctrl+up/down 
- 
AUTOMATIC1111 authoredRename --add-stop-route to --api-server-stop 
- 
AUTOMATIC1111 authoredfix can't get current hash 
- 
AUTOMATIC1111 authoredExtension metadata 
- 
AUTOMATIC1111 authoredsync default value of process_focal_crop_entropy_weight between ui and api 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredBetter status reporting, part 1 
- 
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
 
- 
