Amorano / Jovimetrix

ComfyUI node suite for composition, stream webcams or media files in and out, animation, flow control, making masks, shapes and textures like Houdini and Substance Designer, read MIDI devices. Also has colorization options for workflow nodes via regex, groups and each node.
Other
240 stars 20 forks source link

Batch Images not working #28

Closed jerrydavos closed 5 months ago

jerrydavos commented 5 months ago

Everything is working fine in a single image but batch images is not working in any node for me:

1)

image

2) Giving Weird Lines (Single Row of Pixels render after Batch ... which is unusable with any other node.. giving error image

with the following console error:

F:\Stable Diffusion\Stability Matrix\Packages\ComfyUI\venv\lib\site-packages\blendmodes\blend.py:642: RuntimeWarning: invalid value encountered in divide
  out_rgb = np.divide((lower_rgb_part + upper_rgb_part + blended_rgb_part), out_alpha[:, :, None])
Prompt executed in 0.87 seconds

LOGS: Error Log.txt

. . .

I have updated comfy, JOV nodes.... Reinstalled, Deleted and git cloned, Downgraded too to check if it works but previous commit also broke the nodes... image

Then I Tried uninstalling numba, blendmodes... others and reinstalling with cmd but still no luck...... some dependencies are dependent on others... and other dependencies and versions are mismatching with red errors :/

image

. .

image

Amorano commented 5 months ago

I have not updated the nodes to work with batch. You need to convert to list at the moment. :(