Merge pull request #313 from glowcone/patch-1

Update custom node install type
This commit is contained in:
Dr.Lt.Data 2024-01-09 16:23:50 +09:00 committed by GitHub
commit 9c3f362fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4437,9 +4437,9 @@
"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"
"https://github.com/glowcone/comfyui-base64-to-image"
],
"install_type": "copy",
"install_type": "git-clone",
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
}
]