Open BlackWyvern opened 3 months ago
Same problem, but I'm not very good at using git
error: Your local changes to the following files would be overwritten by merge:
webui-user.bat
Almost the first line. Cut out the webui-user.bat file and paste it somewhere as a backup. You are trying to overwrite that file. You likely modified it to include paths to lora models or checkpoints or even some optimisation stuff. After you pull, paste this file back into the directory.
The first line was fixed temporarily by the git stash
. The real problem is the huge number of conflicts. According to the documentation, 82a973c04367123ae98bd9abdf80d9eda9b910e2 should have been the last common commit. I tried to checkout from that commit, before running git pull, but it didn't help. I'm guessing the documentation is wrong somehow?
Anyway, as I posted on the sd-webui-animatediff issue, running git pull with -Xignore-space-at-eol seems to help slightly reduce the conflicts.
Honestly, it would be much faster to just start a new instance up and set it up correctly, unless you are doing this for some specific reason. While not on this project specifically, installing over another instance might cause a lot of trouble. I had instances where game engines would break down on me. This only applies if you didn't make any modifications to your local code of course.
Unable to install forge using the Advanced installation guide. (Install over Automatic) Another user posted this issue on https://github.com/continue-revolution/sd-webui-animatediff/issues/549, but I think the issue may be on this side instead.