-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
IP-Adapter error(ModuleNotFoundError: No module named 'onnx') #2986
Comments
I am getting the same error. I ran the following code before running [Start Stable-Diffusion]. |
I've created a "new issue" with more details here: |
要怎么解决图片生成不了问题? |
It seems that insightface needs to be installed. !pip install cmake [Execution result] |
Then when I run [Start Stable-Diffusion] I get the following error: The result remains the same :( |
I have never installed insightface before. |
So what should I do to get the picture generated? |
安装了这些直接无法运行了 |
具体是什么版本 |
When I was running, it was disconnected directly. |
AttributeError: 'NoneType' object has no attribute 'mode' |
it should work now, use the latest unmodified notebook |
@TheLastBen Great God, the following error occurred when I generated the picture, please fix it! |
Thank you, TheLastBen :) I used the latest unmodified notebook. When I access the URL, I get the following error: |
That's an issue related to insightface, this is a working link https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip |
Solved! Thank you! |
@TheLastBen Why can't I generate images? |
@TheLastBen I still can't generate images.You can go to the website I listed to run stable diffusion and see if you can generate images(remember to enter the prompt). |
use this notebook for generating images https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb |
How install lora? |
@TheLastBen How to install lora? |
you can find plenty of turorials on youtube |
@TheLastBen what?I mean how to install lora your code. |
After upgrading to the latest version, I started getting an error with the Controlnet IP-Adapter.
ModuleNotFoundError: No module named 'onnx'
It says this and I can't load images. Is there a solution?
The text was updated successfully, but these errors were encountered: