V2v foley: Some nodes missing and wont install

#155
by CinnamonDreams - opened

Install RequiredUnknown
Node ID #764:763

hmm that was a weird name.
If you open comfyUI manager (when the workflow is open), and click on "missing nodes", do any node pack show up, that you dont have (or that failed to load) ?

On first load it shows: Install Required InversionDemoLazySwitch
in subgraph 'Crop on single pass'

But when I go to install missing nodes, it is empty, like nothing it missing...

LazySwitch is from KJNodes, so the comfy manager got comfused there. You could try install KJNodes (its a node pack used in a lot of workflows, very useful nodes, specially with LTX )

But now ComfyUI has made their own switch node, so that one I can replace for a native one as well.
If you are comfortable editing the workflow, you can click on the subgraph "Crop Single Pass", and replace the switch node with ComfyUI's own switch node.

(but i'll also update the wf asap, since comfy now have their own switch node, and in some cases can be a better option, since the lazy switch is... well lazy, and do both options even if just one is needed to run)

I tried to find it but was a bit lost. If you can update it, would be awesome.

Owner

Updated the workflow, to not have LazySwitch (but rather use ComfyUI own switch)

Hopefully that fixes it ;-)
The workflow has lots of other KJNodes though, so hopefully it was just the switch node that had a conflict with other node pack

Wow great 😃 I got lucky you were online just now. What perfect service, haha.

btw, is it possible to add a batch video loader? so it could process a whole folder?

btw, is it possible to add a batch video loader? so it could process a whole folder?

KJNodes load videos from folders might work well for that.
The only "challenge" would be to start each, since Comfy ends when workflow ends (after first video is done).
For that you would need a loop node. But those exists as well

Not sure if the regular video loader (already in workflow) has a batch process function, perhaps... will take a look ;)

Sign up or log in to comment