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