Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comfyui failed,How to solve this problem? #4966

Closed
wuzhonghui56 opened this issue Sep 18, 2024 · 4 comments
Closed

Update comfyui failed,How to solve this problem? #4966

wuzhonghui56 opened this issue Sep 18, 2024 · 4 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@wuzhonghui56
Copy link

Your question

Update ComfyUI
Cmd('git') failed due to: exit code(1)
cmdline: git pull -v -- origin
stderr: 'error: The following untracked working tree files would be overwritten by merge:'
CUSTOM NODE PULL: Fail
Install: pip packages
Line is comment...skipping

Logs

No response

Other

No response

@wuzhonghui56 wuzhonghui56 added the User Support A user needs help with something, probably not a bug. label Sep 18, 2024
@ltdrdata
Copy link
Collaborator

goto ComfyUI dir in cmd.
And execute

git pull

What is the error message?

@wuzhonghui56
Copy link
Author

在 cmd 中转到 ComfyUI 目录。 然后执行

git pull

错误信息是什么?

E:\ComfyUI_windows_portable\ComfyUI>git pull
remote: Enumerating objects: 17, done.
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 17 (delta 14), reused 17 (delta 14), pack-reused 0 (from 0)
Unpacking objects: 100% (17/17), 3.21 KiB | 164.00 KiB/s, done.
From https://github.com/comfyanonymous/ComfyUI
7183fd1..0bfc7cc master -> origin/master
6b14fc8..e80dc96 patch_hooks -> origin/patch_hooks
Updating f067ad1..0bfc7cc
error: The following untracked working tree files would be overwritten by merge:
web/assets/index-BRhY6FpL.css
web/assets/index-CrROdkG4.js
web/assets/index-CrROdkG4.js.map
web/assets/index-Dfv2aLsq.js
web/assets/index-Dfv2aLsq.js.map
web/assets/index-W4jP-SrU.css
web/assets/userSelection-CF-ymHZW.css
web/assets/userSelection-DSpF-zVD.js
web/assets/userSelection-DSpF-zVD.js.map
web/dist.zip
Please move or remove them before you merge.
Aborting

@ltdrdata
Copy link
Collaborator

在 cmd 中转到 ComfyUI 目录。 然后执行

git pull

错误信息是什么?

E:\ComfyUI_windows_portable\ComfyUI>git pull
remote: Enumerating objects: 17, done.
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 17 (delta 14), reused 17 (delta 14), pack-reused 0 (from 0)
Unpacking objects: 100% (17/17), 3.21 KiB | 164.00 KiB/s, done.
From https://github.com/comfyanonymous/ComfyUI
7183fd1..0bfc7cc master -> origin/master
6b14fc8..e80dc96 patch_hooks -> origin/patch_hooks
Updating f067ad1..0bfc7cc
error: The following untracked working tree files would be overwritten by merge:
web/assets/index-BRhY6FpL.css
web/assets/index-CrROdkG4.js
web/assets/index-CrROdkG4.js.map
web/assets/index-Dfv2aLsq.js
web/assets/index-Dfv2aLsq.js.map
web/assets/index-W4jP-SrU.css
web/assets/userSelection-CF-ymHZW.css
web/assets/userSelection-DSpF-zVD.js
web/assets/userSelection-DSpF-zVD.js.map
web/dist.zip
Please move or remove them before you merge.
Aborting

Remove ComfyUI/web dir.
And
Execute this

git reset --hard
git pull

@wuzhonghui56
Copy link
Author

thankyou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants