Closed mysticfall closed 1 year ago
You've upgraded diffusers to unsupported version. Use version specified in requirements.
You've upgraded diffusers to unsupported version. Use version specified in requirements.
I'm glad to learn how to fix the problem but I feel confused. As I mentioned in my report, it was a freshly installed instance on a new RunPod instance.
I used a barebone template (runpod/pytorch
) to create a new instance. And I nuked (i.e. rm -Rf automatic
) the old installation on my network volume then just did git clone
and ./webui.sh --share
.
Maybe there can be a version conflict in the current requirements.txt
?
I rechecked my instance to see if I have globally installed diffusers
package somewhere but found none. And the log seems to confirm that the loaded module was indeed from SD.Next's virtual environment (i.e. automatic/venv/lib/python3.10/site-packages/diffusers
) which is version 0.21.2.
I looked at requirements.txt
and it lists diffusers==0.21.2
as a dependency. So I don't see any mismatched version problem in my setup. Have I missed something obvious?
diffusers==0.21.2 were in main branch for less than a day and then reverted because of multiple issues. they are still in dev branch, but if you're using dev branch you should not be reporting issues here. main branch is using this: https://github.com/vladmandic/automatic/blob/89ba8e3cf6f4e7697ffe0298b49bed7ea108b039/requirements.txt#L49
UPDATE: i just checked your log and you're using dev branch. so yes, that's expected. for any issues with dev, reach out on discord first. otherwise, use master branch.
UPDATE: i just checked your log and you're using dev branch. so yes, that's expected. for any issues with dev, reach out on discord first. otherwise, use master branch.
I have no problem with having issues while using the dev branch. I didn't know the issue tracker was only for the master branch.
I'll check out the Discord server later. Thanks!
dev branch is generally unstable and used mostly by testers that communicate on discord. i don't mind others using dev branch, but i really cannot support it on gihub directly.
Issue Description
Image generation fails with the following trace:
Version Platform Description
Freshly installed dev branch on Linux (Runpod):
Relevant log output
No response
Backend
Diffusers
Model
SD-XL
Acknowledgements