fix broken links in custom node list

This commit is contained in:
Corey 2023-08-22 01:55:39 -04:00
parent 5155df54f6
commit 0a17469921

View File

@ -1014,23 +1014,23 @@
}, },
{ {
"author": "coreyryanhanson", "author": "coreyryanhanson",
"title": "Comfy-QR", "title": "ComfyQR",
"reference": "https://github.com/coreyryanhanson/comfy-qr", "reference": "https://github.com/coreyryanhanson/ComfyQR",
"files": [ "files": [
"https://github.com/coreyryanhanson/comfy-qr" "https://github.com/coreyryanhanson/ComfyQR"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of ComfyUI nodes to dynamically create QR image layers for generative QR art without the hassle of leaving the webui." "description": "QR generation within ComfyUI. Contains nodes suitable for workflows from generating basic QR images to techniques with advanced QR masking."
}, },
{ {
"author": "coreyryanhanson", "author": "coreyryanhanson",
"title": "comfy-qr-validation-nodes", "title": "ComfyQR-scanning-nodes",
"reference": "https://github.com/coreyryanhanson/comfy-qr-validation-nodes", "reference": "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes",
"files": [ "files": [
"https://github.com/coreyryanhanson/comfy-qr-validation-nodes" "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of ComfyUI nodes to quickly test generated QR codes for scannability. A companion project to Comfy-QR." "description": "A set of ComfyUI nodes to quickly test generated QR codes for scannability. A companion project to ComfyQR."
}, },
{ {
"author": "dimtoneff", "author": "dimtoneff",