We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c190762 commit 99ec024Copy full SHA for 99ec024
pyproject.toml
@@ -1,12 +1,12 @@
1
[project]
2
-name = "comfyui-regional-adaptive-sampling
3
-description = "ComfyUI implementation of [Regional Adaptive Sampling](https://github.com/microsoft/RAS)."
+name = "comfyui-regional-adaptive-sampling"
+description = "ComfyUI implementation of Regional Adaptive Sampling, (original implementation at https://github.com/microsoft/RAS)."
4
version = "1.0.0"
5
license = {file = "LICENSE"}
6
dependencies = ["torch", "einops", "diffusers"]
7
8
[project.urls]
9
-Repository = "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling
+Repository = "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling"
10
# Used by Comfy Registry https://comfyregistry.org
11
12
[tool.comfy]
0 commit comments