diff --git a/extension-node-map.json b/extension-node-map.json index 88352fe3..133c2534 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -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" } ] -} \ No newline at end of file +} diff --git a/pyproject.toml b/pyproject.toml index e15ea6e4..8600c44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"