报错:
from triton.ops.matmul_perf_model import early_config_prune, estimate_matmul_time ModuleNotFoundError: No module named ‘triton.ops’
原因:
bitsandbytes版本问题,对他进行卸载重装之后好了
同时重装一下 triton版本
使用命令: g:/AI/ComfyUI-aki-v1.4/python/python.exe -m pip install triton-windows