- Clone the repo
git clone git@github.com:FloyoAI/floyo-api-nodejs-demo.git - Run
npm installto install dependencies - Copy
.env.exampleto.envand fill in theAPI_KEYvalue with your Floyo API Key. - Run the demo with
node index.js
The demo runs the Comfy default workflow. You must use a Comfy API JSON workflow, like the one in /data/base_workflow.json.