Skip to content

Commit edd1bbf

Browse files
committed
Prepare for #125 release
1 parent 8952ea3 commit edd1bbf

2 files changed

Lines changed: 9 additions & 16 deletions

File tree

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ All MultiGPU nodes available for your install can be found in the "multigpu" cat
137137

138138
## Node Documentation
139139

140-
Detailed technical documentation is available for all **automatically-detected core MultiGPU and DisTorch2 nodes**, covering 36+ documented nodes with comprehensive parameter details, output specifications, and DisTorch2 allocation guidance where applicable.
140+
Detailed technical documentation is available for all **automatically-detected core MultiGPU and DisTorch2 nodes**, covering 70+ documented nodes with comprehensive parameter details, output specifications, and DisTorch2 allocation guidance where applicable.
141141

142142
- **To access documentation**: Click on any core MultiGPU or DisTorch2 node in ComfyUI and select "Help" (question mark inside a circle) from the resultant menu
143143
- **Coverage**: All standard ComfyUI loader nodes (UNet, VAE, Checkpoints, CLIP, ControlNet, Diffusers) plus popular GGUF loader variants
@@ -253,19 +253,6 @@ All workflows have been tested on a 2x 3090 + 1060ti linux setup, a 4070 win 11
253253
</tr>
254254
</table>
255255

256-
### Florence2
257-
258-
<table>
259-
<tr>
260-
<td align="center">
261-
<a href="example_workflows/ComfyUI-Florence2%20detailed_caption%20to%20flux.json">
262-
<img src="example_workflows/ComfyUI-Florence2%20detailed_caption%20to%20flux.jpg" alt="Florence2 Detailed Caption to FLUX Pipeline" style="max-width:160px; max-height:160px;">
263-
<div>Florence2 Detailed Caption to FLUX Pipeline</div>
264-
</a>
265-
</td>
266-
</tr>
267-
</table>
268-
269256
### GGUF
270257

271258
<table>
@@ -286,7 +273,7 @@ All workflows have been tested on a 2x 3090 + 1060ti linux setup, a 4070 win 11
286273
</tr>
287274
</table>
288275

289-
### HunyuanVideoWrapper
276+
### HunyuanVideoWrapper / Florence2
290277

291278
<table>
292279
<tr>
@@ -296,6 +283,12 @@ All workflows have been tested on a 2x 3090 + 1060ti linux setup, a 4070 win 11
296283
<div>HunyuanVideoWrapper DisTorch (Legacy, Deprecated)</div>
297284
</a>
298285
</td>
286+
<td align="center">
287+
<a href="example_workflows/ComfyUI-Florence2%20detailed_caption%20to%20flux.json">
288+
<img src="example_workflows/ComfyUI-Florence2%20detailed_caption%20to%20flux.jpg" alt="Florence2 Detailed Caption to FLUX Pipeline" style="max-width:160px; max-height:160px;">
289+
<div>Florence2 Detailed Caption to FLUX Pipeline</div>
290+
</a>
291+
</td>
299292
</tr>
300293
</table>
301294

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

77
[project.urls]

0 commit comments

Comments
 (0)