mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-23 09:24:29 +08:00
Update curve_nodes.py
This commit is contained in:
parent
06a905414e
commit
ca982ecda3
@ -905,7 +905,8 @@ CreateInstanceDiffusionTracking -node.
|
||||
|
||||
colormap = cm.get_cmap('rainbow', len(tracking))
|
||||
if draw_text:
|
||||
font = ImageFont.truetype(font, font_size)
|
||||
font_path = folder_paths.get_full_path("kjnodes_fonts", font)
|
||||
font = ImageFont.truetype(font_path, font_size)
|
||||
|
||||
# Iterate over each image in the batch
|
||||
for i in range(image.shape[0]):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user