-
Notifications
You must be signed in to change notification settings - Fork 194
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]: Stuck at "failed to create model quickly; will retry using slow method" #534
Comments
Had the same problem after upgrading to the latest 'transformers' version. But after downgrading to 'diffusers' version 0.29.2 in combination with 'transformers' version 4.30.2 everything works fine again now. |
Just tried it but didnt work for me sadly |
Try a new inital setup with: (...) ... in requirements.txt and requirements_versions.txt . This worked for me. |
@Morpheus-79 Thanks for the tip. This worked for me too. |
Where exactly do you do this? |
You clone the repository to your local hard drive, open the folder where you cloned all the files to, open the requirements.txt inside this folder and change the diffusers==x.xx.x line to diffusers==0.29.2 and the transformers line to transformers==4.30.2 ... then you do the same for the requirements_versions.txt file ... and after that you start everything for the first time. With this you force the installation and usage of these specific diffusers and transformers versions, which should work well together. |
我改了之后依旧没有解决Failed to create model quickly; will retry using slow method. |
See my cross-post here: TheLastBen/fast-stable-diffusion#2937 (comment) I think it will solve the issue as it did for me. |
Checklist
What happened?
Worked the first and second time with the slow method and downloading 10gb of something, but then my drive was full so I had to delete some stuff. After trying again and while downloading the 10gb from the slow method, my pc became so slow that I had to shut it down manually. I then put the webui on another drive, but now running the .bat works until "failed to create model quickly; will retry using slow method" and after there is no follow up and my pc is running very slow while having it running. I also tried deleting the venv folder.
Steps to reproduce the problem
What should have happened?
Best case scenario would be the quick method working, but atleast the slow method should start.
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
sysinfo-2024-09-06-13-11.json
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: