Change author name from 'Sean-Bradley' to 'sbcode'

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-06 11:20:12 +00:00 committed by GitHub
parent 5cff01eef3
commit 368b80b3ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34419,7 +34419,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": [
@ -34430,7 +34430,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": [
@ -34441,7 +34441,7 @@
"tags": ["image-compare", "imagecompare"]
},
{
"author": "Sean-Bradley",
"author": "sbcode",
"title": "ComfyUI Video Reverse",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse",
"files": [
@ -34452,7 +34452,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": [
@ -34472,7 +34472,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": [
@ -34480,6 +34480,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",