Skip to content

Add Bone-Studio Workflow Manager#3015

Merged
ltdrdata merged 1 commit into
Comfy-Org:mainfrom
juangea:add-bone-studio-workflow-manager
Jun 29, 2026
Merged

Add Bone-Studio Workflow Manager#3015
ltdrdata merged 1 commit into
Comfy-Org:mainfrom
juangea:add-bone-studio-workflow-manager

Conversation

@juangea

@juangea juangea commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Adds Bone-Studio Workflow Manager to custom-node-list.json.

It's a published Comfy Registry node by the same author/publisher (bonestudio) as the existing Bone-Studio Model Manager, which is already in the list. This entry mirrors that one (single git-clone entry).

What it does: organizes ComfyUI workflows for production from a built-in panel — a folder manager plus a project layer (exportable internal DB), bulk export to .zip, and optional per-project Git versioning.

🤖 Generated with Claude Code

A published Comfy Registry node (publisher: bonestudio), same author as the
existing "Bone-Studio Model Manager". Organizes ComfyUI workflows for production
(folder manager + projects, bulk export, optional Git), GPLv3.

Repo: https://github.com/juangea/bs-comfyui-workflow-manager
Registry: https://registry.comfy.org/nodes/bs-comfyui-workflow-manager

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 1fde1e10-06d9-4da9-baab-a404447a2603

📥 Commits

Reviewing files that changed from the base of the PR and between 049a53f and 77baaec.

📒 Files selected for processing (1)
  • custom-node-list.json

📝 Walkthrough

Walkthrough

Added a new custom-node-list.json entry for Bone-Studio Workflow Manager, including its git-clone install type, repository/file URL, and metadata fields for author, title, and description.

Changes

Custom node registry update

Layer / File(s) Summary
New Bone-Studio entry
custom-node-list.json
Adds a registry object for Bone-Studio Workflow Manager with its source URL, install type, and descriptive metadata.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@juangea

juangea commented Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

👋 Friendly ping for review whenever a maintainer has a moment.

This is a single entry added to custom-node-list.json, mirroring our existing Bone-Studio Model Manager (same publisher, bonestudio, already in the list). It's a published Comfy Registry node (GPL-3.0) and all checks are green. Without this entry the node can't be installed from ComfyUI-Manager without allow_git_url_install.

Thanks a lot for maintaining the list! 🙏

@ltdrdata

Copy link
Copy Markdown
Member

Heads up: the sidebar tab tooltip in web/comfy_ext.js:134 is in Spanish:

tooltip: "BS Workflow Manager — organiza tus workflows por carpetas y proyectos"

The rest of the UI is in English and uses data-i18n keys, so this single tooltip is the only stray non-English UI surface. Please translate it to English (and route through your i18n system if desired) in a follow-up commit.

@ltdrdata ltdrdata merged commit 9fa5b69 into Comfy-Org:main Jun 29, 2026
3 checks passed
ltdrdata added a commit that referenced this pull request Jun 29, 2026
…y after last git-clone block + sync to node_db/new (PR #3015)
juangea added a commit to juangea/bs-comfyui-workflow-manager that referenced this pull request Jun 30, 2026
Per ltdrdata's review on Comfy-Org/ComfyUI-Manager#3015: the sidebar tab tooltip
in web/comfy_ext.js was the only stray non-English UI surface. Translated it to
English (the in-app panel already uses the EN/ES i18n system; this tooltip is
registered outside the iframe at ComfyUI startup, so it stays a static string).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@juangea

juangea commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for merging, and for the heads-up! 🙏

Fixed — the sidebar tab tooltip in web/comfy_ext.js is now in English:

tooltip: "BS Workflow Manager — organize your workflows by folders and projects",

Shipped in v1.0.2 (just published to the Comfy Registry). The tab is registered at ComfyUI startup outside the iframe, so it stays a static string, while the in-panel UI keeps using the EN/ES data-i18n system. Cheers!

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.

2 participants