mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
add custom node
This commit is contained in:
parent
8860e7b395
commit
27a9a00358
@ -4431,6 +4431,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user