mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-07 01:57:33 +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": [
|
||||
[
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user