Skip to content

Commit de00faa

Browse files
committed
Fixes for DisTorch V2 LoRA loading as well as sticky allocations when using standard loader
1 parent 842ee65 commit de00faa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# ComfyUI-MultiGPU v2.0.0: Universal .safetensors and GGUF Multi-GPU Distribution with DisTorch
1+
# ComfyUI-MultiGPU v2: Universal .safetensors and GGUF Multi-GPU Distribution with DisTorch
22
<p align="center">
33
<img src="https://raw.githubusercontent.com/pollockjj/ComfyUI-MultiGPU/main/assets/distorch_average.png" width="600">
44
<br>
55
<em>Free almost all of your GPU for what matters: Maximum latent space processing</em>
66
</p>
77

8-
## The Core of ComfyUI-MultiGPU v2.0.0:
8+
## The Core of ComfyUI-MultiGPU v2:
99
[^1]: This **enhances memory management,** not parallel processing. Workflow steps still execute sequentially, but with components (in full or in part) loaded across your specified devices. *Performance gains* come from avoiding repeated model loading/unloading when VRAM is constrained. *Capability gains* come from offloading as much of the model (VAE/CLIP/UNet) off of your main **compute** device as possible—allowing you to maximize latent space for actual computation.
1010

1111
1. **Universal .safetensors Support**: Native DisTorch2 distribution for all `.safetensors` models.

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.0.1"
4+
version = "2.1.0"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)