Skip to content

Community extension support#12

Merged
imprsnst merged 2 commits into
mainfrom
community-extensions
Jul 20, 2026
Merged

Community extension support#12
imprsnst merged 2 commits into
mainfrom
community-extensions

Conversation

@imprsnst

Copy link
Copy Markdown
Collaborator

Community extensions

Install community-built nodes into Inline Studio straight from a GitHub repo.

  • One-click install from the Extensions dialog or a repo URL, with a live stepper showing download, security review, dependency resolution, and activation.
  • Every install is reviewed. Code that could replace Inline's PyTorch, hide a payload, or run at install time is blocked outright; subprocesses, sockets, and unknown network hosts need your explicit approval.
  • Extensions can't break your setup. Their dependencies install into their own folder and can never touch the shared torch/diffusers runtime, and genuine conflicts fail at install with both versions named.
  • Nodes appear on the canvas immediately, with their own params, model downloads, take history, and Run control. No restart, and no frontend code from the author.
  • Toggle any node on or off, roll back to a previous version, or uninstall, and see when an update is available.
  • Publish by tagging. Authors list once in the registry; after that a new tag reaches users with no further PR.

Registry: inlineresearch/Inline-Registry, the published index. One PR to get listed.
Reference extension: inlineresearch/Inline-Extension-Guide. Copy it to build your own: four working nodes and a full authoring guide.

@imprsnst imprsnst added the enhancement New feature or request label Jul 19, 2026
@imprsnst
imprsnst merged commit 88332d3 into main Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant