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 'aitemplate' #9

Closed
willpnelson opened this issue Nov 5, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'aitemplate' #9

willpnelson opened this issue Nov 5, 2023 · 1 comment

Comments

@willpnelson
Copy link

Traceback (most recent call last):
File "D:\stable_diffusion\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1735, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "D:\stable_diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AIT_init
.py", line 1, in
from .ait_load import AIT_Unet_Loader #, AIT_VAE_Encode_Loader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\stable_diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AIT\ait_load.py", line 35, in
from aitemplate.compiler import Model
ModuleNotFoundError: No module named 'aitemplate'

Going crazy with this. AITemplate is installed. For ComfyUI-AIT, I applied the patch to the comfyui root (had to use --reject --whitespace=fx). I tried this on Python 3.10, 3.11, and 3.12. Any suggestions? Thanks.

@FizzleDorf
Copy link
Owner

I've added the instructions to the README.txt

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

2 participants