mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-29 02:37:15 +08:00
Update curve_nodes.py
This commit is contained in:
parent
d165ae2542
commit
bee351960d
@ -494,9 +494,6 @@ Calculates list of floats from image.
|
||||
w_values = w_sampled.mean(dim=0).tolist()
|
||||
h_values = h_sampled.mean(dim=1).tolist()
|
||||
|
||||
print("Sampled width axis values:", w_values)
|
||||
print("Sampled height axis values:", h_values)
|
||||
|
||||
return (w_values, h_values)
|
||||
|
||||
class MaskOrImageToWeight:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user