From d12fac4576aaba261c239be351a1c6cb33865ad7 Mon Sep 17 00:00:00 2001 From: shanexi Date: Mon, 2 Dec 2024 13:51:59 +0800 Subject: [PATCH] Seem comfyui LiteGraph may not exist STRING --- web/shellagent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/shellagent.js b/web/shellagent.js index 79be03e..fe56712 100644 --- a/web/shellagent.js +++ b/web/shellagent.js @@ -368,9 +368,9 @@ app.registerExtension({ addIn('IMAGE', 'ShellAgentPluginInputImage') addOut('IMAGE', 'ShellAgentPluginSaveImage') addOut('IMAGE', 'ShellAgentPluginSaveImages') - addOut('STRING', 'ShellAgentPluginOutputInteger') - addOut('STRING', 'ShellAgentPluginOutputFloat') - addOut('STRING', 'ShellAgentPluginOutputText') + // addOut('STRING', 'ShellAgentPluginOutputInteger') + // addOut('STRING', 'ShellAgentPluginOutputFloat') + // addOut('STRING', 'ShellAgentPluginOutputText') } });