After updating ComfyUI to the latest version, upon restarting the docker container, I got this error message:
supervisor-1 | Starting ComfyUI...
supervisor-1 | WARNING:root:------------------------------------------------------------------------
supervisor-1 | Error importing dependencies: No module named 'alembic'
supervisor-1 | Please install the updated requirements.txt file by running:
supervisor-1 | /opt/environments/python/comfyui/bin/python -m pip install -r /workspace/ComfyUI/requirements.txt
supervisor-1 | If you are on the portable package you can run: update\update_comfyui.bat to solve this problem.
supervisor-1 | This error is happening because ComfyUI now uses a local sqlite database.
supervisor-1 | ------------------------------------------------------------------------
supervisor-1 | Traceback (most recent call last):
supervisor-1 | File "/workspace/ComfyUI/main.py", line 32, in <module>
supervisor-1 | import comfy_aimdo.control
supervisor-1 | ModuleNotFoundError: No module named 'comfy_aimdo'
supervisor-1 |
supervisor-1 | ==> /var/log/supervisor/supervisor.log <==
supervisor-1 | 2026-04-08 06:29:40,176 INFO spawned: 'comfyui' with pid 779
supervisor-1 | 2026-04-08 06:29:40,282 INFO exited: comfyui (exit status 1; not expected)
supervisor-1 | 2026-04-08 06:29:41,174 INFO gave up: comfyui entered FATAL state, too many start retries too quickly
After updating ComfyUI to the latest version, upon restarting the docker container, I got this error message: