mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 18:07:01 +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.