mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-17 01:57: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.
Pytest Unit Tests
Install test dependencies
pip install -r tests-unit/requirements.txt
Run tests
pytest tests-unit/