Skip to content

Task: ComfyUI Workflow Graph — Final Data Wiring #190

Description

@ash-bluepollution95

TODO: ComfyUI Workflow Graph — Final Data Wiring
Status: UI tab mounted, component renders, backend extraction working
Issue: Graph viewer receives API-format workflow ({"1": {...}}) instead of Graph format ({ nodes, links })
Context:

  • ComfyUI embeds TWO chunks: prompt (API/exec) + workflow (visual/graph)
  • Backend currently assigns chunks.prompt to ai.comfyui_workflow
  • LiteGraph viewer expects { nodes: [{ pos, size, type, ... }], links: [...] }

IF litegraph isn't the one to use there ARE things like:
https://www.npmjs.com/package/@xyflow/react

So far the CUSTOM COMPONENT exists, so that's a start.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions