Is there any way to input a video from n8n into comfyUI, then after outputting the product back into n8n?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @yoshi223314 you wanna know if you can send a video from n8n to ComfyUI, process it, and then send it back to n8n. That’s a really cool idea

One way is to use an API to send the video from n8n to ComfyUI. If ComfyUI has an API, we can use n8n’s HTTP Request node to send the video over.

Another way is to store the video in a shared file storage, like Google Drive or AWS S3, and then share the file path between n8n and ComfyUI.

Also look into creating a custom node in n8n that interacts with ComfyUI’s API or file system. But that might require some coding knowledge.

What’s your main goal here?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.