fofr / cog-comfyui

Run ComfyUI with an API
https://replicate.com/fofr/any-comfyui-workflow
MIT License
544 stars 124 forks source link

Custom node for base64 image input #49

Closed ctscoville closed 7 months ago

ctscoville commented 7 months ago

Would it be possible to add this to the list of custom nodes supported? https://github.com/Acly/comfyui-tooling-nodes

That would allow the node for loading input images from a base64 string, rather than having to send an image file that gets saved to disk, then opened from disk. Or if you know of a better way to do this, let me know.

ctscoville commented 7 months ago

Looks like there is a PR for this here: https://github.com/fofr/cog-comfyui/pull/50