vinavfx / ComfyUI-for-Nuke

API to be able to use ComfyUI nodes within nuke, only using the ComfyUI server
GNU General Public License v3.0
191 stars 17 forks source link

Can't draw the spline with Spline Editor #18

Open PalumboFederico opened 2 months ago

PalumboFederico commented 2 months ago

Hi, how can I use comfy's spline editor correctly on Nuke? I can't draw the spline to provide to sam2 for video-segmentation. Thank you!

vinavfx commented 2 months ago

Now I saw it, that tool is very specific, it would take a lot of work to make it, we have to find another way to do the same thing. I think it's better to wait for the native node for Nuke Cattery to come out for Sam2

vinavfx commented 2 months ago

I leave this open in case someone wants to do it, you could extract the coordinates of a 'Roto' node and leave the coordinates as text and use that as input. As done in ComfyUI Screenshot at 2024-09-17 08-58-03

Amorano commented 2 months ago

I leave this open in case someone wants to do it, you could extract the coordinates of a 'Roto' node and leave the coordinates as text and use that as input. As done in ComfyUI ![Screenshot at 2024-09-17 08-58-03](https://private-user-images.githubusercontent.com/40272695/368155631-dbcb39af-02d0-4915-b998-bfd9631c1817.jpg?

Just make sure to note you need Kijai's nodes installed to get the curve editor, that is not a core ComfyUI node.

vinavfx commented 1 month ago

is that this curve does not appear in the node since it is not a common knob but has a separate script, if it were a knob you would only have to put the corresponding nuke knob.

Amorano commented 1 month ago

is that this curve does not appear in the node since it is not a common knob but has a separate script, if it were a knob you would only have to put the corresponding nuke knob.

Not sure I understand what you mean, but I think I get where you want to go.

You need something to consume curve data in Nuke to make it "curve data" in Comfy.

Lemme fork and take a look at what you have =D