ComfyUI/comfy_api/internal
guill f66183a541
[fix] Fixes non-async public API access (#10857)
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.
2025-11-23 22:56:20 -08:00
..
__init__.py V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
api_registry.py ComfyAPI Core v0.0.2 (#8962) 2025-07-29 22:17:22 -04:00
async_to_sync.py [fix] Fixes non-async public API access (#10857) 2025-11-23 22:56:20 -08:00
singleton.py ComfyAPI Core v0.0.2 (#8962) 2025-07-29 22:17:22 -04:00