mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-07 10:07:36 +08:00
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:
parent
4faf4e05e3
commit
54e0bdc65f
@ -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": [
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user