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": [
[
"PSampler",
"PSamplerAdvanced"
"PSamplerAdvanced",
"PSamplerCustom",
"PSamplerCustomAdvanced"
],
{
"title_aux": "Pausable Sampler"
"title_aux": "FreezeFrame"
}
],
"https://github.com/c0ffymachyne/ComfyUI_BeatByte": [
@ -59301,4 +59303,4 @@
"title_aux": "SDXLResolutionPresets"
}
]
}
}

View File

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