-
Notifications
You must be signed in to change notification settings - Fork 281
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
missing model #131
Comments
it could be related to my visual studio 2022 install ,Im trying to install again hope for the best 🚶♂️ edit: I got it working , had to update my visual studio 2022, and added the 'Visual Studio Community 2022' to it , now its working fine 👍 |
Getting the same, even though my VS2022 is installed, up-to-date and working otherwise. |
I think it's a bug in the install script. It's supposed to download inswapper_128.onnx and put it in the models\insightface folder. Instead it creates a file named insightface in the models folder. Possible solution: Delete the insightface file, create an empty models\insightface folder, and then re-run the install. (to the dev, I think it's the model_path = os.path.join(models_dir, model_name) line.) I'm on Windows 10 |
Yes, indeed it created a file instead of a folder, but the file was also broken, I had to re-download it directly from https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx here and put it in models\insightface then everything started working |
In the visual studio installer, I got an update and also, I already had Visual Studio Build Tools 2022, but I noticed compared to a tutorial I needed the 'Visual Studio Community 2022' too, then after 'install without any Workloads selected' I deleted and reinstalled the extention and it works fine now. |
I don't know guys who you got this error 🤷♂️ I've just tried to install from the scratch and everything is ok, the inswapper model file has been successfully downloaded into the |
Ok! I got it! This error appears when install.py tries to rename the old "roop" folder |
Fixed 6a110cc |
ah yes cool , nice work! indeed the first time I failed install my roop was still active I think thats what you mean |
also failed, added insightface folder and moved inswapper file into that folder, restarted and is now working. This was an hour ago so the fix 6a110cc did not solve for me, I did have roop folder with inswapper file inside before. |
Did you update the extension by |
fresh install just noticed the extention from a youtube video, used auto1111 webui and added the git repo. |
@bigsk1 I think when you say 'and is now working. ' you meant to say 'is not working' ? you also mention you manually moved the model into a folder, but to install again you should remove all that, remove the folder , and do 'install from url'. and also first disable that roop extension. i'm not saying I have all the answers I'm just trying to help 🐤
|
no what I said is correct and now is working after
I bring this up because the hotfix was supposed to work for this? AgaIn I found this extention today, fresh git download from auto111 web ui, and got error. The roop was disabled from the beginning so not an issue. Just a FYI. Is all working for me |
ah that makes sense yes! 👍 I'm also combining this with AnimateDiff , so going from faulty to smooth install, I had disabled all other extensions , disabled xformers and updated / reinstalled Visual Studio, I dont know what but I did something right. Do you also have the proper models folder inside the insightface folder with the folder called buffalo_l containing 5 onnx files?
|
yes these were downloaded automatically it seems once I started up the webui. I'm glad this project is continuing I noticed last week roop was no longer being worked on. |
First, confirm
What happened?
Just installed reactor in SD A1111 'install from URL' , I got this error about a missing model, an unknown file called insightface in models folder , so nowhere to place model manually.
I see other people same complain and a message saying its fixed but I still got this error, I got windows 10, 1080ti and everything up-to-date..
Steps to reproduce the problem
Sysinfo
windows 10, SD A1111, 1080ti
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: