ComfyUI起動時に出てきたWARNING
code:Error
WARNING ------------------------------------------------------------------------
Error importing dependencies: cannot import name 'PriorityDispatchResult' from 'alembic.util' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\alembic\util_init_.py)
Please install the updated requirements.txt file by running:
D:\ComfyUI_windows_portable\python_embeded\python.exe -s -m pip install -r D:\ComfyUI_windows_portable\ComfyUI\requirements.txt
If you are on the portable package you can run: update\update_comfyui.bat to solve this problem.
This error is happening because ComfyUI now uses a local sqlite database.
助けてChatGPTで解決
1. ComfyUIがSQLite対応になった
2. PriorityDispatchResult を使う新しいAlembicを要求
3.Alembic更新を実行
4.実際には
alembicフォルダ → 1.17.2相当
alembic-1.18.4.dist-info → 1.18.4
5. pipは「最新版が入っている」と誤認
6. ComfyUI起動時に新旧ファイル混在でエラー
操作はできていた
毎回頭に出てくるので対処(丸投げ)
※あとからセカンドオピニオンをしたらGeminiでも同じ内容だった。
信じていいのか…? Gemini