mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-10 05:15:05 +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
|
# Convert mean_values to the specified output_type
|
||||||
if output_type == 'list':
|
if output_type == 'list':
|
||||||
out = mean_values,
|
out = mean_values
|
||||||
elif output_type == 'pandas series':
|
elif output_type == 'pandas series':
|
||||||
try:
|
try:
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user