jingpe

Results 2 comments of jingpe

this is my server.js ```js import express from 'express'; import { ComfyApi, PromptBuilder, CallWrapper } from '@saintno/comfyui-sdk'; import fs from 'fs'; import { v4 as uuidv4 } from 'uuid'; const...

> I have a pull request waiting that solves an issue where the original workflow json being used gets mutated by the inputs in memory. > > The other possibility...