mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 21:04:41 +08:00
Update curve_nodes.py
This commit is contained in:
parent
296a1beb66
commit
ffafc9c2c6
@ -632,7 +632,7 @@ and returns that as the selected output type.
|
||||
|
||||
# Convert mean_values to the specified output_type
|
||||
if output_type == 'list':
|
||||
out = mean_values,
|
||||
out = mean_values
|
||||
elif output_type == 'pandas series':
|
||||
try:
|
||||
import pandas as pd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user