Change author name from 'Sean-Bradley' to 'sbcode' (#2468)

Updated author names for all my custom nodes to match what i have in the registry.
Also added a node for my version of ComfyUI-Sonic
This commit is contained in:
SBCODE 2026-01-07 17:57:57 +00:00 committed by GitHub
parent db6ff690bf
commit b1d804a47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34440,7 +34440,7 @@
"description": "Lucy Edit is a video editing model that performs instruction-guided edits on videos using free-text prompts — it supports a variety of edits, such as clothing & accessory changes, character changes, object insertions, and scene replacements while preserving the motion and composition perfectly."
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI Virtual Webcam",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam",
"files": [
@ -34451,7 +34451,7 @@
"tags": ["virtual-camera", "obs", "webcam"]
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI Image Compare",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Image-Compare",
"files": [
@ -34462,7 +34462,7 @@
"tags": ["image-compare", "imagecompare"]
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI Video Reverse",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse",
"files": [
@ -34473,7 +34473,7 @@
"tags": ["video-reverse", "image-batch-reverse"]
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI Voice Clone",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone",
"files": [
@ -34493,7 +34493,7 @@
"description": "Remove background scenery from an image of a person. The output image is saved as an RGBA PNG. The alpha channel is included."
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI-Get-Line",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Get-Line",
"files": [
@ -34501,6 +34501,16 @@
],
"install_type": "git-clone",
"description": "A ComfyUI custom node used to get one line of string from a multi line string. Search in the manager for `get line`, or `getline` or `get-line`."
},
{
"author": "sbcode",
"title": "ComfyUI-Sonic",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Sonic",
"files": [
"https://github.com/Sean-Bradley/ComfyUI-Sonic"
],
"install_type": "git-clone",
"description": "Custom node that takes an audio mp3 and an image, and creates a lip synced video from them."
},
{
"author": "LukeCoulson1",