- 08 Jul, 2023 28 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Img2img batch png info
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fixing --subpath on newer gradio version
-
AUTOMATIC1111 authored
Add options to change colors in grid
-
AUTOMATIC1111 authored
add callback after_extra_networks_activate
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
add `before_hr` script callback
-
AUTOMATIC1111 authored
Correctly remove end parenthesis with ctrl+up/down
-
AUTOMATIC1111 authored
Rename --add-stop-route to --api-server-stop
-
AUTOMATIC1111 authored
fix can't get current hash
-
AUTOMATIC1111 authored
Extension metadata
-
AUTOMATIC1111 authored
sync default value of process_focal_crop_entropy_weight between ui and api
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Better status reporting, part 1
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
postprocessing: use read_info_from_image
-
AUTOMATIC1111 authored
Don't add "Seed Resize: -1x-1" to API image metadata
-
AUTOMATIC1111 authored
Fixed launch script to be runnable from any directory
-
AUTOMATIC1111 authored
fix for #11534: canvas zoom and pan extension hijacking shortcut keys
-
AUTOMATIC1111 authored
Allow gif for extra network previews
-
AUTOMATIC1111 authored
Fix throwing exception when trying to resize image with I;16 mode
-
AUTOMATIC1111 authored
add a description for save_image_with_geninfo
-
AUTOMATIC1111 authored
Fix warning of 'has_mps' deprecated from PyTorch
-
AUTOMATIC1111 authored
fix(api): convert to "RGB" if image mode is "RGBA" #11655
-
AUTOMATIC1111 authored
Fix UnicodeEncodeError when writing to file CLIP Interrogator Batch Mode
-
AUTOMATIC1111 authored
Hotfix: API cache cleanup
-
- 07 Jul, 2023 1 commit
-
-
Neil Mahseth authored
The 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 3 commits
-
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-