Skip to content

Commit d12fac4

Browse files
committed
Seem comfyui LiteGraph may not exist STRING
1 parent 27613ed commit d12fac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/shellagent.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ app.registerExtension({
368368
addIn('IMAGE', 'ShellAgentPluginInputImage')
369369
addOut('IMAGE', 'ShellAgentPluginSaveImage')
370370
addOut('IMAGE', 'ShellAgentPluginSaveImages')
371-
addOut('STRING', 'ShellAgentPluginOutputInteger')
372-
addOut('STRING', 'ShellAgentPluginOutputFloat')
373-
addOut('STRING', 'ShellAgentPluginOutputText')
371+
// addOut('STRING', 'ShellAgentPluginOutputInteger')
372+
// addOut('STRING', 'ShellAgentPluginOutputFloat')
373+
// addOut('STRING', 'ShellAgentPluginOutputText')
374374
}
375375
});
376376

0 commit comments

Comments
 (0)