Replies: 1 comment 1 reply
-
type 'git remote prune origin' to your terminal inside extensions/sd-webui-animatediff |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error when trying to apply the most recent AnimateDiff update:
*** Error getting updates for sd-webui-animatediff
Traceback (most recent call last):
File "C:\Users\Green Rabbit\Desktop\AI\webui\modules\ui_extensions.py", line 45, in apply_and_restart
ext.fetch_and_reset_hard()
File "C:\Users\Green Rabbit\Desktop\AI\webui\modules\extensions.py", line 181, in fetch_and_reset_hard
repo.git.fetch(all=True)
File "C:\Users\Green Rabbit\Desktop\AI\system\python\lib\site-packages\git\cmd.py", line 741, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "C:\Users\Green Rabbit\Desktop\AI\system\python\lib\site-packages\git\cmd.py", line 1315, in _call_process
return self.execute(call, **exec_kwargs)
File "C:\Users\Green Rabbit\Desktop\AI\system\python\lib\site-packages\git\cmd.py", line 1109, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git fetch --all
stderr: 'error: cannot lock ref 'refs/remotes/origin/forge/master': 'refs/remotes/origin/forge' exists; cannot create 'refs/remotes/origin/forge/master'
From https://github.com/continue-revolution/sd-webui-animatediff
! [new branch] forge/master -> origin/forge/master (unable to update local ref)
error: some local refs could not be updated; try running
'git remote prune origin' to remove any old, conflicting branches'
Any ideas on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions