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' #2

Closed
sborys-ai opened this issue Oct 13, 2023 · 2 comments
Closed

ModuleNotFoundError: No module named 'aitemplate' #2

sborys-ai opened this issue Oct 13, 2023 · 2 comments

Comments

@sborys-ai
Copy link

Traceback (most recent call last):
File "/mnt/HDD_1Tb/SDXL/ComfyUI/nodes.py", line 1734, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/mnt/HDD_1Tb/SDXL/ComfyUI/custom_nodes/ComfyUI-AIT/init.py", line 1, in
from .ait_load import AIT_Unet_Loader
File "/mnt/HDD_1Tb/SDXL/ComfyUI/custom_nodes/ComfyUI-AIT/ait_load.py", line 35, in
from aitemplate.compiler import Model
ModuleNotFoundError: No module named 'aitemplate'

@FizzleDorf
Copy link
Owner

apologies. It is a crucial dependancy. please follow the instructions here I will update the README shortly.

@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