ComfyUI/comfy_api/latest
Deep Mehta 3891064840 fix: address review feedback on cache provider API
- Hold references to pending store tasks to prevent "Task was destroyed
  but it is still pending" warnings (bigcat88)
- Parallel cache lookups with asyncio.gather instead of sequential
  awaits for better performance (bigcat88)
- Delegate Caching.register/unregister_provider to existing functions
  in cache_provider.py instead of reimplementing (bigcat88)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:29:55 -07:00
..
_input Add a VideoSlice node (#12107) 2026-02-10 14:42:21 -08:00
_input_impl Fix VideoFromComponents.save_to crash when writing to BytesIO (#12683) 2026-03-04 00:29:00 -05:00
_util feat(comfy_api): add basic 3D Model file types (#12129) 2026-02-03 10:31:46 -08:00
generated ComfyAPI Core v0.0.2 (#8962) 2025-07-29 22:17:22 -04:00
__init__.py fix: address review feedback on cache provider API 2026-03-12 15:29:55 -07:00
_caching.py fix: remove prompt_id from CacheContext, type-safe canonicalization 2026-03-09 21:08:22 -07:00
_io_public.py Add MatchType, DynamicCombo, and Autogrow support to V3 Schema (#10832) 2025-12-03 00:17:13 -05:00
_io.py CURVE type (#12581) 2026-03-03 16:58:53 -08:00
_ui_public.py Add MatchType, DynamicCombo, and Autogrow support to V3 Schema (#10832) 2025-12-03 00:17:13 -05:00
_ui.py comfy_api: remove usage of "Type","List" and "Dict" types (#11238) 2025-12-15 16:01:10 -08:00