mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-03 21:13:29 +08:00
Update curve_nodes.py
This commit is contained in:
parent
3bb38c967b
commit
00a50617ec
@ -898,7 +898,7 @@ CreateInstanceDiffusionTracking -node.
|
|||||||
colormap = cm.get_cmap('rainbow', len(tracking))
|
colormap = cm.get_cmap('rainbow', len(tracking))
|
||||||
if draw_text:
|
if draw_text:
|
||||||
#font = ImageFont.load_default()
|
#font = ImageFont.load_default()
|
||||||
font = ImageFont.truetype("arial.ttf", font_size)
|
font = ImageFont.truetype(font, font_size)
|
||||||
|
|
||||||
# Iterate over each image in the batch
|
# Iterate over each image in the batch
|
||||||
for i in range(image.shape[0]):
|
for i in range(image.shape[0]):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user