Files
ComfyUI_frontend/todo.md
Subagent 5 8f3bafdf31 refactor: extract createAssetWidget to shared factory, remove # privates
- Extract createAssetWidget factory to src/platform/assets/utils/
- Refactor useComboWidget.ts to use the shared factory
- Simplify PrimitiveNode to use shared factory
- Convert JS # privates to underscore convention
- Add knip ignore for isAssetWidget (litegraph public API)

Amp-Thread-ID: https://ampcode.com/threads/T-019c0839-bbdc-754a-9d3b-151417058ded
Co-authored-by: Amp <amp@ampcode.com>
2026-01-28 23:56:01 -08:00

1.4 KiB

Bug Description

When using a primitive node to select a model, this causes an issue specifically on Comfy Cloud. The issue does not appear to occur in the local version.

Context

This bug was reported in the #frontend-bug-dump channel with reference links to Slack thread discussions:

Reproduction

The issue is triggered when a model is selected by a primitive node in workflows running on the cloud.

Expected Behavior

Model selection via primitive nodes should work consistently between local and cloud environments.

Actual Behavior

An issue occurs on cloud when using primitive nodes for model selection.

Additional Information

Another bug ticket was created here: https://comfy-organization.slack.com/archives/C09FY39CC3V/p1767753991406309?thread_ts=1767734275.051999&cid=C09FY39CC3V

Updated Reproduction Details

Important: This workflow didn't include any primitive nodes, but still caused the same issue. This indicates the problem is not limited to primitive nodes as originally thought.

Affected Workflow File: videoltx2t2v_distilled.json (provided in Slack thread)