ComfyUI/comfy_api/latest
Deep Mehta 832d3ef4a6
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
fix: remove prompt_id from CacheContext, type-safe canonicalization
Remove prompt_id from CacheContext — it's not relevant for cache
matching and added unnecessary plumbing (_current_prompt_id on every
cache). Lifecycle hooks still receive prompt_id directly.

Include type name in canonicalized primitives so that int 7 and
str "7" produce distinct hashes. Also canonicalize dict keys properly
instead of str() coercion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:08:22 -07:00
..
_input Add a VideoSlice node (#12107) 2026-02-10 14:42:21 -08:00
_input_impl Fix non-contiguous audio waveform crash in video save (#12550) 2026-02-20 23:37:55 -05:00
_util feat(comfy_api): add basic 3D Model file types (#12129) 2026-02-03 10:31:46 -08:00
generated
__init__.py fix: single Caching definition inside ComfyAPI_latest 2026-03-09 14:28:16 -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