mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-14 04:46:36 +08:00
f66183a541
It looks like the synchronous version of the public API broke due to an addition of `from __future__ import annotations`. This change updates the async-to-sync adapter to work with both types of type annotations.