In response to the patch that separates manager_requirements.txt from requirements.txt, this update additionally refreshes manager_requirements.txt when it is present.

79fb96488a
This commit is contained in:
Dr.Lt.Data
2025-11-26 22:35:03 +09:00
parent 69b6f1a66b
commit 85ebcd9897
5 changed files with 48 additions and 1 deletions

View File

@@ -968,6 +968,8 @@ async def task_worker():
logging.error("ComfyUI update failed")
return "fail"
elif res == "updated":
core.install_manager_requirements(repo_path)
if is_stable:
logging.info("ComfyUI is updated to latest stable version.")
return "success-stable-" + latest_tag