From ac5b7e8bd69f8d2065aa2006251d9244e60a2b18 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Sun, 24 May 2026 17:17:08 -0700 Subject: [PATCH] multigpu: drop unused copy import; sync requirements.txt with master Amp-Thread-ID: https://ampcode.com/threads/T-019e5783-b810-74b1-8ca9-09d675de1479 Co-authored-by: Amp --- comfy/model_patcher.py | 1 - requirements.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/comfy/model_patcher.py b/comfy/model_patcher.py index c68a52cc2..00a15fa63 100644 --- a/comfy/model_patcher.py +++ b/comfy/model_patcher.py @@ -23,7 +23,6 @@ import inspect import logging import math import uuid -import copy from typing import Callable, Optional import torch diff --git a/requirements.txt b/requirements.txt index 381e7d05f..a22fa50ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -comfyui-frontend-package==1.43.18 +comfyui-frontend-package==1.44.19 comfyui-workflow-templates==0.9.82 comfyui-embedded-docs==0.5.0 torch @@ -23,7 +23,7 @@ SQLAlchemy>=2.0.0 filelock av>=14.2.0 comfy-kitchen>=0.2.8 -comfy-aimdo==0.4.4 +comfy-aimdo==0.4.5 requests simpleeval>=1.0.0 blake3