Skip to content
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

Cant install #500

Open
3 tasks done
stefs22 opened this issue Dec 8, 2024 · 9 comments
Open
3 tasks done

Cant install #500

stefs22 opened this issue Dec 8, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@stefs22
Copy link

stefs22 commented Dec 8, 2024

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

I try everything, i am totally confused. Can someone help me?
I watched and read this tuts:
https://github.com/Gourieff/comfyui-reactor-node
https://www.youtube.com/watch?v=-iGNPddbHh8
https://www.youtube.com/watch?v=UcGVm4gh9Jk
https://www.youtube.com/watch?v=HYS-lSu43tw

Steps to reproduce the problem

I get this error:
install

Sysinfo

3060,16gb ram,...

Relevant console log

First, i am confued that Python somewhere is 3.12, somewhere 3.11

Additional information

py2
pycom1
I put file there but simply dont want to install. Advice?
py123

@stefs22 stefs22 added bug Something isn't working new labels Dec 8, 2024
@Gourieff
Copy link
Owner

Gourieff commented Dec 9, 2024

You're trying to install Insightface_cp311 into your system's Python312
You should specify the python's execution of your ComfyUI build, therefore just run from the root folder (ComfyUI_windows_portable):

python_embeded\python.exe -m pip install lib\insightface-0.7.3-cp311-cp311-win_amd64.whl

@Gourieff Gourieff removed the new label Dec 9, 2024
@stefs22
Copy link
Author

stefs22 commented Dec 14, 2024

Listen to me

You're trying to install Insightface_cp311 into your system's Python312 You should specify the python's execution of your ComfyUI build, therefore just run from the root folder (ComfyUI_windows_portable):

python_embeded\python.exe -m pip install lib\insightface-0.7.3-cp311-cp311-win_amd64.whl

Listen to me very carefully! God Bless you and your family and all friends! I try for days, and you fix this just like that. I wish you all prosperity in your life, love you!

@stefs22
Copy link
Author

stefs22 commented Dec 14, 2024

Update, i get this error, what this means?
error

@Gourieff
Copy link
Owner

Update, i get this error, what this means?

It means that the version of the onnxruntime library is probably wrong
You should try to uninstall all the versions you have:

python_embeded\python.exe -m pip uninstall -y onnxruntime onnxruntime-gpu

and then just run install.bat (from the "custom_nodes\comfyui-reactor-node" directory) to let ReActor install the most suitable version of onnxruntime

@stefs22
Copy link
Author

stefs22 commented Dec 17, 2024

i i am noam no

Update, i get this error, what this means?

It means that the version of the onnxruntime library is probably wrong You should try to uninstall all the versions you have:

python_embeded\python.exe -m pip uninstall -y onnxruntime onnxruntime-gpu

and then just run install.bat (from the "custom_nodes\comfyui-reactor-node" directory) to let ReActor install the most suitable version of onnxruntime

Thank you, i will do it and see what happens.

@stefs22
Copy link
Author

stefs22 commented Dec 17, 2024

Update, i do this:
inst1

But i get this error:
ins2

@Gourieff
Copy link
Owner

You probably should upgrade the torch library to the latest version, otherwise onnxruntime 1.20.1 won't work:

python_embeded\python.exe -m pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

@stefs22
Copy link
Author

stefs22 commented Dec 21, 2024

I get this:
image123
But now dont get any error when using this. Images are different when he swap now.

@stefs22
Copy link
Author

stefs22 commented Dec 21, 2024

Update: Results looks worse now, how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants