标签: Python

ValueError: unexpected ‘{‘ in field name

ValueError: unexpected '{' in field name

用户运行 rgthree ComfyUI 自定义节点,在 WebUI 启动或处理请求时, routes_config.py 中的 get_logo 函数尝试下载远程 SVG 图标文件,但下载失败后本地 SVG 模板包含多余的 {} 花括号,导致 Python 的 str.format() 方法抛出异