File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " ComfyUI-ModelUtils"
33description = " [WIP]Custom nodes for handling, inspecting, modifying and creating various model files."
4- version = " 0.3.3 "
4+ version = " 0.3.4 "
55license = { file = " LICENSE" }
66
7+ classifiers = [
8+ " Development Status :: 5 - Production/Stable" ,
9+ " Intended Audience :: Developers" ,
10+ " License :: OSI Approved :: MIT License" ,
11+ " Programming Language :: Python :: 3" ,
12+ " Programming Language :: Python :: 3.9" ,
13+ " Programming Language :: Python :: 3.10" ,
14+ " Programming Language :: Python :: 3.11" ,
15+ " Programming Language :: Python :: 3.12" ,
16+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
17+ ]
18+ dependencies = [
19+ " unifiedefficientloader==0.4.4"
20+ ]
21+
722[project .urls ]
823Repository = " https://github.com/silveroxides/ComfyUI-ModelUtils"
924# Used by Comfy Registry https://comfyregistry.org
Original file line number Diff line number Diff line change 11requests
22Pillow
33mutagen
4- unifiedefficientloader > 0.4.3
4+ unifiedefficientloader == 0.4.4
55av
You can’t perform that action at this time.
0 commit comments