mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-14 11:50:06 +08:00
Saving api logs failed when Seedream4 official template was used on windows machine, due to the forbidden "=?:" characters in the filename, as well as the filename being too long. Regex keeps only usable characters, and 220 arbitrary max filename length is added.