[ComfyUI] ModuleNotFoundError: No module named 'comfy_aimdo' in Colab

Author: Meleksu8Created Feb 4, 2026Updated Feb 16, 2026

Hi Ben,

I encountered an error while trying to run the fast_stable_diffusion_ComfyUI.ipynb notebook on Google Colab today.

Despite doing a fresh install (deleting the ComfyUI folder and reinstalling), I keep getting the following error during the boot process:

Error Log:

Traceback (most recent call last): File "/content/gdrive/MyDrive/ComfyUI/main.py", line 55, in import cuda_malloc File "/content/gdrive/MyDrive/ComfyUI/cuda_malloc.py", line 6, in import comfy_aimdo.control

ModuleNotFoundError: No module named 'comfy_aimdo'

It seems like a missing dependency or a path issue in the latest update. Thanks for your hard work!

Source: TheLastBen/fast-stable-diffusion