comfyui-client
all ComfyUI http/ws APIs. support NodeJS / Browser environments. and advanced programmable workflow.
File Explorer
Download Latest Version (.zip)- β¨feature-request.md
- πbug-report.md
- πcustom-issue-template.md
- docs.yml
- anynode.png
- params.png
- type_hints.png
- cjs.js
- esm.js
- web.js
- main-cli.ts
- .gitignore
- HiResfix_workflow.png
- HiResfix_workflow.png.expected.txt
- HiResfix_workflow.png.export.json
- HiResfix_workflow.png.workflow.json
- workflow-min.json
- workflow-min.png
- workflow-min.png.export.json
- workflow-min.png.workflow.json
- workflow_api.json
- .gitignore
- HiResfix_workflow.png.generated.ts
- generator.test.ts
- image_loader.test.ts
- json_loader.test.ts
- readme.md
- .gitignore
- index.js
- jest.config.js
- package.json
- pnpm-lock.yaml
- readme.md
- tsconfig.json
- input1.jpg
- main-pipe-eff-cnet.ts
- main-pipe-eff-lora.ts
- main-pipe-eff.ts
- main-pipe-i2i.ts
- main-pipe-t2i.ts
- main-poll.ts
- main-wf-loop.ts
- main-wf-min.ts
- main-wf.ts
- main.ts
- utils.ts
- package.json
- pnpm-lock.yaml
- readme.md
- tsconfig.json
- index.html
- comfyui.node.types.json
- build-node-types.mjs
- get_comfyui_version.ts
- get_item_object_sample.ts
- Client.ts
- errors.ts
- response.types.ts
- types.ts
- ws.types.ts
- WsClient.ts
- base.ts
- efficient.ts
- index.ts
- types.ts
- index.ts
- LoginAuthPlugin.ts
- Plugin.ts
- .gitignore
- arrayBuffer.ts
- Disposable.ts
- misc.ts
- tools.ts
- errors.ts
- InvokedWorkflow.ts
- types.ts
- Workflow.ts
- builtins.ts
- main.ts
- simple1.ts
- useSimple1.ts
- client.test.ts
- pipe.test.ts
- rest_api.test.ts
- test_utils.ts
- workflow.test.ts
- ws_api.test.ts
- .gitignore
- jest.config.js
- package.json
- pnpm-lock.yaml
- README.md
- rollup.dts.config.js
- tsconfig.json
- typedoc.json
- comfyui.node.types.json
- comfyui.node.widgets.json
- Image.types.ts
- ImageReader.ts
- JsonReader.ts
- main.ts
- types.ts
- Workflow.ts
- img2img_workflow.png
- .gitignore
- demo.html
- demo.ts
- package.json
- readme.md
- tsconfig.json
- tsup.config.ts
- main.ts
- Transpiler.ts
- img2img_workflow.png
- subgraph_api_banana.json
- workflow-min.json
- .gitignore
- demo.ts
- package.json
- readme.md
- tsconfig.json
- tsup.config.ts
- .editorconfig
- .gitignore
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/StableCanvas/comfyui-client
Downloads the entire project code from GitHub to your computer.
cd comfyui-client
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
