From a9f7a6167eb4576c7d815685060a360c7c8ad232 Mon Sep 17 00:00:00 2001 From: MSXYZ Date: Tue, 7 Apr 2026 11:19:55 +0300 Subject: [PATCH 1/4] Added MSXYZ custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..446fe4d0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -58,6 +58,17 @@ "install_type": "git-clone", "description": "This is a helper extension for ComfyUI that assists with node connections." }, + { + "author": "MSXYZ", + "title": "ComfyUI-MSXYZ", + "id": "comfyui-msxyz", + "reference": "https://github.com/MSXYZ-GenAI/comfyui-msxyz", + "files": [ + "https://github.com/MSXYZ-GenAI/comfyui-msxyz" + ], + "install_type": "git-clone", + "description": "Video Adaptive Anti-Aliasing post-processing node for ComfyUI to eliminate jagged edges in AI-generated videos and images." + }, { "author": "Dr.Lt.Data", "title": "WAS Node Suite (Revised)", From 30454742b31c106b4b20ab128e93a49f3c0b6cef Mon Sep 17 00:00:00 2001 From: Mustafa Sahin Date: Tue, 5 May 2026 14:12:08 +0300 Subject: [PATCH 2/4] Update MSYNTRIX node listing --- custom-node-list.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 446fe4d0..7a20e2d1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -59,16 +59,16 @@ "description": "This is a helper extension for ComfyUI that assists with node connections." }, { - "author": "MSXYZ", - "title": "ComfyUI-MSXYZ", - "id": "comfyui-msxyz", - "reference": "https://github.com/MSXYZ-GenAI/comfyui-msxyz", - "files": [ - "https://github.com/MSXYZ-GenAI/comfyui-msxyz" - ], - "install_type": "git-clone", - "description": "Video Adaptive Anti-Aliasing post-processing node for ComfyUI to eliminate jagged edges in AI-generated videos and images." - }, + "author": "MSYNTRIX", + "title": "ComfyUI-MSYNTRIX", + "id": "comfyui-msyntrix", + "reference": "https://github.com/MSYNTRIX/comfyui-msyntrix", + "files": [ + "https://github.com/MSYNTRIX/comfyui-msyntrix" + ], + "install_type": "git-clone", + "description": "ComfyUI Video Anti-Aliasing Pack" + }, { "author": "Dr.Lt.Data", "title": "WAS Node Suite (Revised)", From 2bcc0527005cd17b0a76deec74310f363016f5b4 Mon Sep 17 00:00:00 2001 From: Mustafa Sahin Date: Wed, 6 May 2026 00:46:04 +0300 Subject: [PATCH 3/4] Update SOLRICKS node listing --- .vscode/settings.json | 5 +++++ custom-node-list.json | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a490b614 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 7a20e2d1..37d1e3b4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -59,12 +59,12 @@ "description": "This is a helper extension for ComfyUI that assists with node connections." }, { - "author": "MSYNTRIX", - "title": "ComfyUI-MSYNTRIX", - "id": "comfyui-msyntrix", - "reference": "https://github.com/MSYNTRIX/comfyui-msyntrix", + "author": "SOLRICKS", + "title": "ComfyUI-SOLRICKS", + "id": "comfyui-solricks", + "reference": "https://github.com/SOLRICKS/comfyui-solricks", "files": [ - "https://github.com/MSYNTRIX/comfyui-msyntrix" + "https://github.com/SOLRICKS/comfyui-solricks" ], "install_type": "git-clone", "description": "ComfyUI Video Anti-Aliasing Pack" From 282025ed0e2c6ab815b33a6599dba90ff9bb4cae Mon Sep 17 00:00:00 2001 From: Mustafa Sahin Date: Wed, 6 May 2026 00:56:09 +0300 Subject: [PATCH 4/4] Remove editor settings from PR --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a490b614..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "githubPullRequests.ignoredPullRequestBranches": [ - "main" - ] -} \ No newline at end of file