mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-26 17:59:54 +08:00
The keyset cursor codec was asset-namespaced (app/assets/services/cursor.py) but the wire format and encode/decode logic are domain-agnostic. Move it to utils/cursor.py so the jobs endpoint can share one codec instead of importing across domains or duplicating it. |
||
|---|---|---|
| .. | ||
| assets | ||
| database | ||
| __init__.py | ||
| app_settings.py | ||
| custom_node_manager.py | ||
| frontend_management.py | ||
| logger.py | ||
| model_manager.py | ||
| node_replace_manager.py | ||
| subgraph_manager.py | ||
| user_manager.py | ||