We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e79a0 commit 5253295Copy full SHA for 5253295
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "ComfyUI-QuantOps"
3
description = "Extended quantization layouts for ComfyUI (INT8, row/block-wise FP8)"
4
-version = "1.8.0"
+version = "1.8.1"
5
readme = "README.md"
6
license = { file = "LICENSE" }
7
requires-python = ">=3.9"
@@ -21,7 +21,7 @@ classifiers = [
21
"Topic :: Scientific/Engineering :: Artificial Intelligence",
22
]
23
dependencies = [
24
- "unifiedefficientloader>=0.2.1"
+ "unifiedefficientloader==0.4.4"
25
26
27
[project.urls]
0 commit comments