CollectSteps().visit(tree)
File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\python\lib\site-packages\lark\visitors.py", line 316, in visit
self._call_userfunc(subtree)
File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\python\lib\site-packages\lark\visitors.py", line 294, in _call_userfunc
return getattr(self, tree.data, self.default)(tree)
File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\custom_nodes\ComfyUI_smZNodes\modules\text_processing\prompt_parser.py", line 93, in scheduled
v = float(s)
TypeError: float() argument must be a string or a real number, not 'Tree'
CollectSteps().visit(tree) File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\python\lib\site-packages\lark\visitors.py", line 316, in visit self._call_userfunc(subtree) File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\python\lib\site-packages\lark\visitors.py", line 294, in _call_userfunc return getattr(self, tree.data, self.default)(tree) File "D:\SD cola\~ComfyUI-aki(3.14) xingshuai\ComfyUI-aki(3.14)\custom_nodes\ComfyUI_smZNodes\modules\text_processing\prompt_parser.py", line 93, in scheduled v = float(s) TypeError: float() argument must be a string or a real number, not 'Tree'
Prompt executed in 0.06 seconds