ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

All plug-in text previews do not display output content

Open liulsg opened this issue 1 year ago • 10 comments

ComfyUI Revision: 1773 [6efe561c] | Released on '2023-12-03'

After updating to the latest version, all plug-in text previews will not output information

liulsg avatar Dec 04 '23 16:12 liulsg

ComfyUI Revision: 1773 [6efe561] | Released on '2023-12-03'

After updating to the latest version, all plug-in text previews will not output information

Does ComfyUI appear in the browser, and does the execution proceed normally?

ltdrdata avatar Dec 05 '23 00:12 ltdrdata

@ltdrdata All plug-ins are working properly and can output text content normally, but text preview of all plug-ins cannot be displayed.

liulsg avatar Dec 05 '23 05:12 liulsg

@ltdrdata All plug-ins are working properly and can output text content normally, but text preview of all plug-ins cannot be displayed.

What does 'text preview' exactly mean?

ltdrdata avatar Dec 05 '23 06:12 ltdrdata

@ltdrdata As in the example, wildcards on the left output strings correctly, but none of the plug-in display text works (right).

ComfyUI Revision: 1779 [9b655d4f] | Released on '2023-12-04'

image Browser error messages (Browser :google/edge) image

liulsg avatar Dec 06 '23 01:12 liulsg

Oh... I got it.

This is an issue that should have been reported in the Impact Pack.

The issue has been identified as occurring when a wildcard node is newly added. I will patch it soon and commit the changes.

ltdrdata avatar Dec 06 '23 01:12 ltdrdata

This is fixed. Update your Impact Pack to latest version.

ltdrdata avatar Dec 06 '23 01:12 ltdrdata

OK,Thanks you for your hard work

liulsg avatar Dec 06 '23 01:12 liulsg

I've got the exact same problem today. But fixing with any update is not possible.

No errors in Console.

** Platform: Windows
** Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
### ComfyUI Revision: 2652 [0c7c98a9] | Released on '2024-09-05'

image

schoenid avatar Sep 10 '24 19:09 schoenid

Maybe this will help too.

Browser console (Firefox);

Laden des Moduls von "http://127.0.0.1:8086/extensions/dzNodes/dz_DZ_widgets.js" wurde auf Grund eines nicht freigegebenen MIME-Typs ("application/octet-stream") blockiert. 127.0.0.1:8086
Error loading extension /extensions/dzNodes/dz_debug.js TypeError: error loading dynamically imported module: http://127.0.0.1:8086/extensions/dzNodes/dz_debug.js app.ts:1747:20
Laden des Moduls von "http://127.0.0.1:8086/extensions/ComfyUI-Impact-Pack/impact-pack.js" wurde auf Grund eines nicht freigegebenen MIME-Typs ("application/octet-stream") blockiert. 127.0.0.1:8086
Error calling extension 'Comfy.EasyUse.UI' method 'init' 
Object { error: TypeError }
​
error: TypeError: oe is undefined
​
<prototype>: Object { … }
 
Object { extension: {…} }
​
extension: Object { name: "Comfy.EasyUse.UI", init: init(), setup: async setup(), … }
​
<prototype>: Object { … }
 
Object { args: [] }
app.ts:393:20
Error calling extension 'DZ.widgets' method 'init' 
Object { error: ReferenceError }
​
error: ReferenceError: error is not defined
​
<prototype>: Object { … }
 
Object { extension: {…} }
​
extension: Object { name: "DZ.widgets", init: async init(), setup: setup(), … }
​
<prototype>: Object { … }
 
Object { args: [] }
app.ts:393:20

schoenid avatar Sep 10 '24 20:09 schoenid

I did uninstall "DeepFuze".

Now it is working: image

So I think, the problem is there.

schoenid avatar Sep 11 '24 00:09 schoenid