ltdrdata / ComfyUI-Workflow-Component

This is a side project to experiment with using workflows as components.
GNU General Public License v3.0
197 stars 10 forks source link

UI corruption after loading a component via Drag and Drop #26

Open var1ableX opened 8 months ago

var1ableX commented 8 months ago

When I drag and drop a component onto the canvas, it loads successfully. However, if I try to click on the component ComfyUI all nodes disappear (leaving only pipes) and the canvas becomes non-responsive until I refresh page.

This doesn't happen if I select the component via Right Click - Add Node

loading_component_bug

ltdrdata commented 8 months ago

It's a crash on browser side. Show me the console log of browser.

If you are using Chrome. Press F12. It will shows error messages.

And share me the component file.

var1ableX commented 8 months ago

Here you go: (happens with any component I create and drag onto canvas)

  1. handmade-gourmet-uncertainty-variety.trycloudflare.com-169861206.txt
  2. advanced_segmentation.component.json
gregistech commented 7 months ago

Same, and even happens if I copy (any) node, and move any other node. It can be prevented by make any connection anywhere first: then the problem doesn't appear.

ltdrdata commented 7 months ago

Here you go: (happens with any component I create and drag onto canvas)

  1. handmade-gourmet-uncertainty-variety.trycloudflare.com-169861206.txt
  2. advanced_segmentation.component.json

In the current version of the test, there are no issues. Are you still experiencing the same issue?

ltdrdata commented 7 months ago

Same, and even happens if I copy (any) node, and move any other node. It can be prevented by make any connection anywhere first: then the problem doesn't appear.

What is your browser console log?