sdfxai / sdfx

The ultimate no-code platform to build and share AI apps with beautiful UI.
https://sdfx.ai
GNU Affero General Public License v3.0
396 stars 25 forks source link

Some custom nodes don't work as expected inside SDFX #13

Open Gedrloov opened 5 months ago

Gedrloov commented 5 months ago

I've been playing around with this for some days and the potential of this UI is great, but, some custom nodes don't work as expected inside SDFX. For example, the node "show text" from ComfyUI-Custom-Scripts by pythongosssss doesn't actually show the text and the "screen share" node from comfyui-mixlab-nodes by shadowcz007 won't show the screen connection buttons. Both of the nodes work when I run the same workflow inside regular ComfyUI.

morgan55555 commented 5 months ago

Same. Seems that new interface doesn't use custom js files from custom nodes. Maybe, bridge can't send custom js at now?

morgan55555 commented 5 months ago

Also, it will be great to support other custom nodes in UI, like OpenPose Editor.

dmx974 commented 3 months ago

For now I'm porting nodes to use the Vue stack and components (instead of crappy vanilla JS injecting visual stuffs in the nodes).