mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 23:27:10 +08:00
Fixes #1389 Removed the unnecessary trailing underscore from output filenames. - Old format: ComfyUI_00001_.png - New format: ComfyUI_00001.png Updated get_save_image_path to support both formats for backward compatibility with existing files.