yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.09k stars 78 forks source link

简易加载器报错 (A1111) foat() argument must be a string or a real number, not "Tree #369

Open xiaomiyan160 opened 2 months ago

xiaomiyan160 commented 2 months ago

image 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

yolain commented 2 months ago

Update smzNodes

xingmiye commented 3 weeks ago

Update smzNodes

点击升级了,还是出现这个错误