Skip to content

Commit 99ec024

Browse files
committed
fix pyproject.toml
1 parent c190762 commit 99ec024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
2-
name = "comfyui-regional-adaptive-sampling
3-
description = "ComfyUI implementation of [Regional Adaptive Sampling](https://github.com/microsoft/RAS)."
2+
name = "comfyui-regional-adaptive-sampling"
3+
description = "ComfyUI implementation of Regional Adaptive Sampling, (original implementation at https://github.com/microsoft/RAS)."
44
version = "1.0.0"
55
license = {file = "LICENSE"}
66
dependencies = ["torch", "einops", "diffusers"]
77

88
[project.urls]
9-
Repository = "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling
9+
Repository = "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling"
1010
# Used by Comfy Registry https://comfyregistry.org
1111

1212
[tool.comfy]

0 commit comments

Comments
 (0)