ITADN

TypeError 1309: can't multiply sequence by non-int of type 'numpy.float32' comfyui

#94OpenDJGSilver 创建于 2025-05-05
D
DJGSilvercommented
I'm using this node to create multiple character views but keep getting this error in ComfyUI TypeError 1309: can't multiply sequence by non-int of type 'numpy.float32' When I searched for a solution I found this, but don't know how to modify the node to do it: 1. Convert the float to an integer: Use the int() function to convert the float to an integer before performing the multiplication. For example, if you have a float variable named my_float, you can convert it to an integer like this: my_integer = int(my_float). Could anyone give me a simple step by step make this modification if you think it'll work? or is there something else that could solve the problem? Thank you
0 条评论