Skip to content

Commit 62f98ed

Browse files
authored
Merge pull request #132 from pollockjj/RES4LYF
#119 and #130 - RES4LYF Sampling errors
2 parents 35e81e9 + 75d96a2 commit 62f98ed

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

distorch_2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ def new_partially_load(self, device_to, extra_memory=0, full_load=False, force_p
301301

302302
self.model.current_weight_patches_uuid = self.patches_uuid
303303

304+
self.model.device = device_to
305+
304306
logger.info("[MultiGPU DisTorch V2] DisTorch loading completed.")
305307
logger.info(f"[MultiGPU DisTorch V2] Total memory: {mem_counter / (1024 * 1024):.2f}MB")
306308

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-multigpu"
33
description = "Provides a suite of custom nodes to manage multiple GPUs for ComfyUI, including advanced model offloading for both GGUF and Safetensor formats with DisTorch, and bespoke MultiGPU support for WanVideoWrapper and other custom nodes."
4-
version = "2.5.9"
4+
version = "2.5.10"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)