n8n-nodes-comfyui-media
Version:
n8n node to integrate with ComfyUI stable diffusion workflows for image to video conversion
13 lines • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.N8nApiClient = void 0;
class N8nApiClient {
constructor(helpers) {
this.helpers = helpers;
}
async request(options) {
return this.helpers.request(options);
}
}
exports.N8nApiClient = N8nApiClient;
//# sourceMappingURL=apiClient.js.map