-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
[Bug]: fails to start fetching updates for K-Diffusion #4346
Comments
I believe this is related to commit bbfdfa5 |
Add support for the new DPM-Solver++ samplers added to k-diffusion
Give this a try change the line k_diffusion_commit_hash = to the below k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "f4e99857772fc3a126ba886aadf795a332774878") |
I just did a git checkout back to commit 2e60423 until it gets sorted. |
how do i do that for the transformers |
Hmm, I'm not sure which commit changed transformers hash. You could try just going back a couple days, pick a commit, and then 'git checkout x' replacing the x with the first 7 digits of the commit. To return to the latest, do 'git checkout master'. |
It worked this morning so would i just go back to then on the SD web git |
If it was working on a commit earlier today, yes, you would just git checkout a commit from earlier today. |
Yea this didn't work unsure how it could be fixed, tried fresh install and going back a day possible that something in the engineer notebook overrides the backdated commit |
Yeah, not sure if you are using Colab how to checkout earlier commit. |
delete k-diffusion folder in repositories folder and it will start. |
ok, that works, but is not intuitive. Why does fetching updates for K-diffusion fail if the repository is already there? Why can't git checkout the right hash? |
deleted repo and that worked for me too, here a month later. |
File "C:\stable-diffusion-webui\launch.py", line 105, in run |
u can modify the value of "K_DIFFUSION_COMMIT_HASH" in "webui-macos-env.sh" file to be consistent with the "k_diffusion_commit_hash: in "launch.py" file |
It works for me, thanks. |
Is there an existing issue for this?
What happened?
Starting up the server with webui-user.bat causes this error:
It then quits, and fails to boot up the server.
Steps to reproduce the problem
What should have happened?
Server should boot up.
Commit where the problem happens
b08698a
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
Additional information, context and logs
No response
The text was updated successfully, but these errors were encountered: