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

ModuleNotFoundError: No module named 'ifnude' #56

Closed
Lightray999 opened this issue Jun 22, 2023 · 8 comments
Closed

ModuleNotFoundError: No module named 'ifnude' #56

Lightray999 opened this issue Jun 22, 2023 · 8 comments

Comments

@Lightray999
Copy link

Hi there,

I am getting this on load time:

ModuleNotFoundError: No module named 'ifnude'

Can anyone direct me to this module and what to do?

Thanks

@Lightray999
Copy link
Author

Found solution. User recommended manual install:

pip install ifnude --upgrade

Working now!

@s0md3v s0md3v closed this as completed Jun 22, 2023
@GaneshBasu1
Copy link

please help. I have same error

@Sergi0Martin
Copy link

same problem on windows, runing pip install ifnude --upgrade didn't work. This is the console output

c:\>pip install ifnude --upgrade
Requirement already satisfied: ifnude in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (0.0.3)
Requirement already satisfied: pillow in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from ifnude) (10.2.0)
Requirement already satisfied: opencv-python-headless>=4.5.1.48 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from ifnude) (4.9.0.80)
Requirement already satisfied: tqdm in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from ifnude) (4.66.2)
Requirement already satisfied: scikit-image in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from ifnude) (0.22.0)
Requirement already satisfied: onnxruntime in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from ifnude) (1.15.0)
Requirement already satisfied: numpy>=1.21.2 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from opencv-python-headless>=4.5.1.48->ifnude) (1.26.4)
Requirement already satisfied: coloredlogs in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime->ifnude) (15.0.1)
Requirement already satisfied: flatbuffers in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime->ifnude) (23.5.26)
Requirement already satisfied: packaging in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime->ifnude) (23.2)
Requirement already satisfied: protobuf in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime->ifnude) (4.25.3)
Requirement already satisfied: sympy in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from onnxruntime->ifnude) (1.12)
Requirement already satisfied: scipy>=1.8 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->ifnude) (1.12.0)
Requirement already satisfied: networkx>=2.8 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->ifnude) (3.2.1)
Requirement already satisfied: imageio>=2.27 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->ifnude) (2.34.0)
Requirement already satisfied: tifffile>=2022.8.12 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->ifnude) (2024.2.12)
Requirement already satisfied: lazy_loader>=0.3 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from scikit-image->ifnude) (0.3)
Requirement already satisfied: colorama in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from tqdm->ifnude) (0.4.6)
Requirement already satisfied: humanfriendly>=9.1 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from coloredlogs->onnxruntime->ifnude) (10.0)
Requirement already satisfied: mpmath>=0.19 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from sympy->onnxruntime->ifnude) (1.3.0)
Requirement already satisfied: pyreadline3 in c:\users\serji\appdata\local\programs\python\python310\lib\site-packages (from humanfriendly>=9.1->coloredlogs->onnxruntime->ifnude) (3.4.1)

c:\>!

@corvo4791
Copy link

Same here. Any solutions?
Did anybody solved this?

@zjs820
Copy link

zjs820 commented Mar 9, 2024

Found solution. User recommended manual install:

pip install ifnude --upgrade

Working now!

Tip:pip install ifnude --upgradeneeds to be run under venv\Scripts

@uplon
Copy link

uplon commented Mar 26, 2024

.ifnude 和 .insightface 放在 C:\Users\Administrator里

inswapper_128.onnx 放在 X:\sd-webui-aki-v4.1\models\roop里再运行找到解决方案。用户推荐手动安装:

pip install ifnude --升级

现在工作了!

提示:pip install ifnude --upgrade需要在venv\Scripts下运行

@Xyz3127
Copy link

Xyz3127 commented Apr 11, 2024

在C:\Users\xxx\Documents\stable-diffusion\stable-diffusion-webui\venv\Scripts\下
.\pip.exe install ifnude --upgrade

@oksana001
Copy link

I had problem with Stable Diffusion: No module named 'ifnude'
This video solved my problem: https://www.youtube.com/watch?v=eT9qYOj8Djo&t=14s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants