Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: workflow builder #7608

Draft
wants to merge 99 commits into
base: main
Choose a base branch
from
Draft

Conversation

psychedelicious
Copy link
Collaborator

@psychedelicious psychedelicious commented Jan 31, 2025

Summary

  • Add drag-and-drop workflow builder UI, replacing the simple list of linear view fields. Old linear view is migrated.
  • Refactor of a crapload of workflows components.
  • Fix issues with auto-node selection when creating edges.
  • Improved performance across workflow editor.
  • Upgrade reactflow to latest. I was already fixing/changing a ton of stuff so it was a good time to lump this in.
  • Update @invoke-ai/ui-library to latest. Needed for some of the UI stuff in workflow builder.
  • When loading a workflow, nodes are auto-updated.

Related Issues / Discussions

TBD

QA Instructions

TBD

Merge Plan

TBD

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added frontend-deps PRs that change frontend dependencies frontend PRs that change frontend files labels Jan 31, 2025
@psychedelicious psychedelicious force-pushed the psyche/feat/workflow-builder branch from 41bcd84 to e633122 Compare February 5, 2025 06:34
… rendered (user-linear view, editor-linear view, or editor-nodes view)
- Simplify and de-insane-ify component structure, hooks, selectors, etc.
- Some perf improvements by using data attributes for styling instead of dynamic CSS-in-JS.
- Add field notes and start of linear view config, got blocked when I ran into deeper layout issues that made it very difficult to handle field configs. So those are WIP in this commit.
@psychedelicious psychedelicious force-pushed the psyche/feat/workflow-builder branch from 88c84a5 to 4c87260 Compare February 7, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE frontend PRs that change frontend files frontend-deps PRs that change frontend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant