Comfy-Org / Comfy-Org/node-diff
Support comfy.comfy_types.node_typing
未關閉
- 主要語言
- Python
- 星號
- 0
- 分支
- 1
- PR 合併指標
- 30 天內沒有已合併 PR
描述
In my custom node code I've got this import line
```
from comfy.comfy_types.node_typing import IO, ComfyNodeABC
```
to be able to use data types like `IO.BOOLEAN`.
The validation is now failing with `❌ Error loading nodes: No module named 'comfy'`.
How do I have to configure my repository to make this test work?
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
從儲存庫的節點驗證進入點開始,重現自訂節點程式碼中的匯入錯誤。檢查驗證如何解析 `comfy` 套件;當 `comfy.comfy_types.node_typing` 匯入成功載入,且驗證不再回報 `No module named 'comfy'` 時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- testing-qa
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100