Nodes Browser

ComfyDeploy: How comfyui_jamworks_client works in ComfyUI?

What is comfyui_jamworks_client?

Nodes:Jamworks_Login, Jamworks_Download, Shell_Command. A Simple Client for Jamworks Platform DAM Integration

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for comfyui_jamworks_client and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

comfyui_jamworks_client

A Simple Client for Jamworks Platform DAM Integration

Jamworks

Jamworks is a platform with various applications serving B2B marketing execution tasks, such as production workflows, DAM and automations. This integration aims to facilitate file transfers for comfyui environment, automation of tasks and even creation of complex workflows for task management.

Nodes

Jamworks_Login

Recieves username and password for client api calls, it gets an auth token to be used in other tasks

Jamworks_Download

It downloads a node_id to a path, node is an entity inside Jamworks, like a file, a folder, a rendition, a task, anything - not a Comfyui node ^_^ -

Shell_Command

It runs an arbitrary shell command in the comfyui server-side environment

BEWARE

Shell Commands are way too unrestricted and should be used only if you must do a task or execute an action that is not inside Comfyui scope. Incorrect usage may cause permanent system damage! Like run a "rm -rf /" command. "With great power, comes great responsibilities"