Merge pull request #312 from glowcone/patch-1

Add custom node
This commit is contained in:
Dr.Lt.Data 2024-01-09 16:04:14 +09:00 committed by GitHub
commit e4dd3fe777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4431,6 +4431,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "glowcone",
"title": "Load Image From Base64 URI",
"reference": "https://github.com/glowcone/comfyui-base64-to-image",
"files": [
"https://github.com/glowcone/comfyui-base64-to-image/raw/main/nodes.py"
],
"install_type": "copy",
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
}
]
}