You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ShowText stop working for me after the confyui ui update a few weeks ago
To Reproduce
when opening Confyui in the browser console I got this error:
app.ts:1725 Error loading extension /extensions/party/showtext_party.js Error: Extension named 'party.ShowText' already registered.
at ComfyApp.registerExtension (app.ts:2856:13)
at showtext_party.js:5:5
This file is been copied in the web/extensions/party but looks like is already registed
On executing error:
showText.js:45 Uncaught TypeError: Cannot read properties of undefined (reading 'text')
at nodeType.onExecuted (showText.js:45:33)
at nodeType.onExecuted (easy_videooutput_node.js:240:41)
at ComfyApi. (app.ts:1629:16)
at os.invokeTarget (AdGuard Popup Blocker.user.js:455:270074)
at gt (AdGuard Popup Blocker.user.js:455:287512)
at eval (AdGuard Popup Blocker.user.js:455:271601)
at eval (AdGuard Popup Blocker.user.js:455:270275)
at ComfyApi.dispatchEvent (AdGuard Popup Blocker.user.js:455:269497)
at WebSocket. (api.ts:202:20)
If I delete the file from comfyui_LLM_party\web\js I don't get the already registered error and the showText from customScripts works again. It could be a conflict between the other package?
I tried deleting full ComfyUI-Custom-Scripts folder and nothing is fix neither, so looks like it could be LLM party registering twice or something? and breaks also the other node? I am so confuse, no one else has this issue?
The text was updated successfully, but these errors were encountered:
FYI: The issue I was having was different, it was Adguard, even not enabled for local host and disabling Adguard was still blocking something, I had to allow "Unsafe content" con the extension to allow this too work.
Describe the bug
ShowText stop working for me after the confyui ui update a few weeks ago
To Reproduce
when opening Confyui in the browser console I got this error:
app.ts:1725 Error loading extension /extensions/party/showtext_party.js Error: Extension named 'party.ShowText' already registered.
at ComfyApp.registerExtension (app.ts:2856:13)
at showtext_party.js:5:5
This file is been copied in the web/extensions/party but looks like is already registed
On executing error:
showText.js:45 Uncaught TypeError: Cannot read properties of undefined (reading 'text')
at nodeType.onExecuted (showText.js:45:33)
at nodeType.onExecuted (easy_videooutput_node.js:240:41)
at ComfyApi. (app.ts:1629:16)
at os.invokeTarget (AdGuard Popup Blocker.user.js:455:270074)
at gt (AdGuard Popup Blocker.user.js:455:287512)
at eval (AdGuard Popup Blocker.user.js:455:271601)
at eval (AdGuard Popup Blocker.user.js:455:270275)
at ComfyApi.dispatchEvent (AdGuard Popup Blocker.user.js:455:269497)
at WebSocket. (api.ts:202:20)
If I delete the file from comfyui_LLM_party\web\js I don't get the already registered error and the showText from customScripts works again. It could be a conflict between the other package?
By the other hand if I delete showText from ComfyUI-Custom-Scripts nothing is fixed
https://github.com/pythongosssss/ComfyUI-Custom-Scripts
I tried deleting full ComfyUI-Custom-Scripts folder and nothing is fix neither, so looks like it could be LLM party registering twice or something? and breaks also the other node? I am so confuse, no one else has this issue?
The text was updated successfully, but these errors were encountered: