mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 04:44:30 +08:00
Update nodes.py
This commit is contained in:
parent
7aafce8578
commit
246920d8b9
@ -674,7 +674,7 @@ Converts any type to a string.
|
||||
elif isinstance(input, list):
|
||||
stringified = ', '.join(str(item) for item in input)
|
||||
else:
|
||||
return
|
||||
return input,
|
||||
if prefix: # Check if prefix is not empty
|
||||
stringified = prefix + stringified # Add the prefix
|
||||
if suffix: # Check if suffix is not empty
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user