Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions custom-nodes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Custom node examples:
- [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template)
- [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic)

If you use Claude Code for development, the [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) provide Claude with comprehensive knowledge of the ComfyUI node system, covering both the V3 and V1 APIs. Install it from the Claude Code marketplace or add the repository URL to get 9 skills covering node basics, inputs, outputs, datatypes, advanced patterns, frontend extensions, and packaging.




## Client-Server Model

Expand Down
2 changes: 2 additions & 0 deletions ja/custom-nodes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx
- [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template)
- [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic)

Claude Code を使って開発する場合は、[ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) を利用すると、V3 と V1 の両方の API をカバーする ComfyUI ノードシステムの知識を Claude に提供できます。Claude Code のマーケットプレイスでリポジトリ URL を追加すると、ノードの基本、入出力、データ型、高度なパターン、フロントエンド拡張、パッケージングをカバーする 9 つのスキルが利用可能になります。

## クライアント - サーバーモデル

Comfy はクライアント - サーバーモデルで動作します。サーバー側は Python で書かれており、データ処理、モデル、画像拡散などすべての実際の処理を担当します。クライアント側は Javascript で書かれており、ユーザーインターフェースを担当します。
Expand Down
2 changes: 2 additions & 0 deletions ko/custom-nodes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx
- [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template)
- [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic)

Claude Code를 사용하여 개발하는 경우, [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills)를 통해 Claude가 V3 및 V1 API를 모두 포괄하는 ComfyUI 노드 시스템에 대한 종합적인 지식을 습득할 수 있습니다. Claude Code 마켓플레이스에서 리포지토리 URL을 추가하면 노드 기초, 입출력, 데이터 유형, 고급 패턴, 프론트엔드 확장, 패키징을 다루는 9개의 스킬을 사용할 수 있습니다.


## 클라이언트-서버 모델

Expand Down
2 changes: 2 additions & 0 deletions zh/custom-nodes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx
- [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template)
- [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic)

如果你使用 Claude Code 进行开发,[ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) 为 Claude 提供了 ComfyUI 节点系统的完整知识,涵盖 V3 和 V1 两套 API。在 Claude Code 市场中添加该仓库 URL,即可获得 9 个技能,覆盖节点基础、输入输出、数据类型、高级模式、前端扩展和打包发布等内容。

## 客户端-服务器模型

Comfy 运行在客户端-服务器模型下。服务器端由 Python 编写,负责所有实际工作:数据处理、模型、图像扩散等。客户端由 Javascript 编写,负责用户界面。
Expand Down
Loading