Today morning (JST) the ComfyUI RunPod template started successfully. Later the same day, creating a new clean Pod with the same template fails on startup.
Error: ModuleNotFoundError: No module named 'comfy_aimdo'
Details: - This happens on a brand new Pod (no persistence). - The template modifies ComfyUI core files: - imports cuda_malloc - imports comfy_aimdo in comfy/model_management.py - However, comfy_aimdo is not included or publicly available (404 on GitHub). - Disabling cuda_malloc is not sufficient because core ComfyUI code depends on comfy_aimdo.
This suggests the template was updated with an incomplete or private dependency. Please fix or rollback the template.
Thank you.
Solution
Thanks for the fix.
I checked again today and the template is now working correctly. Really appreciate the quick investigation and update.