Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
513 stars 90 forks source link

image_load_cap and frame_load_cap have max value of 2048 #121

Closed Kosinkadink closed 7 months ago

Kosinkadink commented 8 months ago

This one is my bad, I didn't realize comfy automatically set a max value of 2048 for INT when no max was explicitly given - I must have gotten mislead by the fact the sliders show greater values than max when sliding with the mouse before getting reset when interacting with the fields again.

This also affects all other INT types for the nodes, so I'll fix that up in develop branch in a bit.