fix: Replaced link in pyproject.toml with correct one as original leads to a malicious site.

- Corrected FreezeFrame entry with correct mapping
This commit is contained in:
Brian Blankenship 2026-02-07 12:01:48 -06:00
parent 4faf4e05e3
commit 54e0bdc65f
No known key found for this signature in database
GPG Key ID: 3440C2D58FDEF094
2 changed files with 6 additions and 4 deletions

View File

@ -27781,10 +27781,12 @@
"https://github.com/c0dezer019/FreezeFrame": [ "https://github.com/c0dezer019/FreezeFrame": [
[ [
"PSampler", "PSampler",
"PSamplerAdvanced" "PSamplerAdvanced",
"PSamplerCustom",
"PSamplerCustomAdvanced"
], ],
{ {
"title_aux": "Pausable Sampler" "title_aux": "FreezeFrame"
} }
], ],
"https://github.com/c0ffymachyne/ComfyUI_BeatByte": [ "https://github.com/c0ffymachyne/ComfyUI_BeatByte": [

View File

@ -7,7 +7,7 @@ dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingf
[project.urls] [project.urls]
Repository = "https://github.com/ltdrdata/ComfyUI-Manager" Repository = "https://github.com/ltdrdata/ComfyUI-Manager"
# Used by Comfy Registry https://comfyregistry.org # Used by Comfy Registry https://registry.comfy.org
[tool.comfy] [tool.comfy]
PublisherId = "drltdata" PublisherId = "drltdata"