forked from pollockjj/ComfyUI-MultiGPU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
14 lines (12 loc) · 803 Bytes
/
pyproject.toml
File metadata and controls
14 lines (12 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "comfyui-multigpu"
description = "This extension adds CUDA/CPU device selection to supported loader nodes in ComfyUI. Using these nodes, each model component (like UNet, Clip, or VAE) can be loaded on a specific GPU and GGUF UNet/CLIPs can be layer-split for storage across non-compute devices using DisTorch. Examples included are multi-GPU workflows for SDXL, FLUX, LTXVideo, and Hunyuan Video for both standard and GGUF loader nodes."
version = "1.4.1"
license = {file = "LICENSE"}
[project.urls]
Repository = "https://github.com/pollockjj/ComfyUI-MultiGPU"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "pollockjj"
DisplayName = "ComfyUI-MultiGPU"
Icon = "https://raw.githubusercontent.com/pollockjj/ComfyUI-MultiGPU/main/assets/multigpu_icon.png"