Skip to content

feat(extensions): per-slot text inputs, input labels, and file-select…#221

Open
Lorchie wants to merge 1 commit into
devfrom
feat/node-input-labels-and-file-select
Open

feat(extensions): per-slot text inputs, input labels, and file-select…#221
Lorchie wants to merge 1 commit into
devfrom
feat/node-input-labels-and-file-select

Conversation

@Lorchie

@Lorchie Lorchie commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Generic node/extension-system additions:

  • Multi-text-input routing: text inputs are delivered per target handle (ProcessInput.texts), so e.g. positive/negative prompts no longer overwrite each other.
  • input_labels in a node manifest to label each input handle.
  • New file-select param type: a dropdown of the files in a folder held by another param (dir_from + extensions).

Note: includes the shared fs.listFiles helper (also in the For Each PR) — trivial conflict on merge if that lands first.

… param

Generic node/extension-system additions:
- Multi-text-input routing: a node's text inputs are delivered per target
  handle (input-0, input-1, …) as ProcessInput.texts, so e.g. positive and
  negative prompts no longer overwrite each other.
- input_labels in a node manifest: label each input handle (e.g.
  positive / negative) instead of showing the raw type.
- New 'file-select' param type: a dropdown of the files inside a folder held
  by another (string) param, via dir_from + extensions. Uses fs.listFiles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant