我正在使用Deforum稳定回灌来制作一个Ai视频。当我试图运行它时,它失败了,并说:“
File "<ipython-input-18-21adea280c19>", line 90, in get_inbetweens
key_frame_series[i] = numexpr.evaluate(value)
File "/usr/local/lib/python3.7/dist-packages/numexpr/necompiler.py", line 817, in evaluate
_names_cache[expr_key] = getExprNames(ex, context)
File "/usr/local/lib/python3.7/dist-packages/numexpr/necompiler.py", line 704, in getExprNames
ex = stringToExpression(text, {}, context)
File "/usr/local/lib/python3.7/dist-packages/numexpr/necompiler.py", line 274, in stringToExpression
c = compile(s, '<expr>', 'eval', flags)
File "<expr>", line 1
1) 1109:(0.9) 1110:(1.2) 1440:(1
^
SyntaxError: invalid syntax有人知道解决这个问题的办法吗?我是初学者
我试着再查一遍,删除被禁止的文字。
发布于 2022-11-20 23:10:09
我就在同一个位置上,意识到我在我的缩放命令中忘记了一个逗号。你仔细检查过了吗?
https://stackoverflow.com/questions/74505206
复制相似问题