DING03015
DING03015
"ComfyUI is already up to date with the latest version.", but AttributeError still occurs: module 'comfy.model_base' has no attribute 'SDXL_instructpix2pix' I'd like to ask if there are any other ways...
> > SDXL_instructpix2pix > > 在 cmd 中转到 ComfyUI 目录并执行此命令。 > > ``` > git status > ``` > > 显示什么? > > 并检查此命令。 > > ``` > git log...
> 由于您的 ComfyUI 文件被修改,更新似乎失败。 (应该修补对话框消息) > > 只需执行这个即可。 > > ``` > git checkout extra_model_paths.yaml.example > git pull > ``` Thank you very much for your reply After executing the...
> 由于您的 ComfyUI 文件被修改,更新似乎失败。 (修复应该对话框消息) > > 执行这个即可。 > > ``` > git checkout extra_model_paths.yaml.example > git pull > ``` After closing comfyUI, I just reentered the command -git status...
> > > 由于您的 ComfyUI 文件被修改,更新似乎失败。 (修复应该对话框消息) > > > 执行这个即可。 > > > ``` > > > git checkout extra_model_paths.yaml.example > > > git pull > > > ```...
> git log git pull performed after deleting files Executing git pull shows: Already up to date. The last command executed is git log
> > > git 日志 > > > > > > 删除文件后执行 git pull 执行 git pull 显示:已经是最新的。最后执行的命令是 git log > > 您的 ComfyUI 本地存储库无效。我建议删除它并重新克隆它。 Okay, I'll try it, thank...