Merge pull request #79 from coreyryanhanson/comfyqr-fix-brokenlink

fix broken links in custom node list
This commit is contained in:
Dr.Lt.Data 2023-08-22 15:11:22 +09:00 committed by GitHub
commit de3267349b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1014,23 +1014,23 @@
},
{
"author": "coreyryanhanson",
"title": "Comfy-QR",
"reference": "https://github.com/coreyryanhanson/comfy-qr",
"title": "ComfyQR",
"reference": "https://github.com/coreyryanhanson/ComfyQR",
"files": [
"https://github.com/coreyryanhanson/comfy-qr"
"https://github.com/coreyryanhanson/ComfyQR"
],
"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",
"title": "comfy-qr-validation-nodes",
"reference": "https://github.com/coreyryanhanson/comfy-qr-validation-nodes",
"title": "ComfyQR-scanning-nodes",
"reference": "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes",
"files": [
"https://github.com/coreyryanhanson/comfy-qr-validation-nodes"
"https://github.com/coreyryanhanson/ComfyQR-scanning-nodes"
],
"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",