Skip to content

fcole/comfy_client

Repository files navigation

ComfyUI Command Line Runner

  1. Create a workflow and name the important nodes with descriptive titles. Export .json from ComfyUI in API format using Workflow -> Export (API)
  2. Create a .csv with columns named node_title.parameter. The rows of this table will replace the respective node parameter values in the workflow .json
  3. Run python batch_comfy.py --workflow=my_workflow.json --prompts=my_prompts.csv

Example input .csv:

i2i.seed,i2i.prompt,save_image.filename_prefix,
42,"A happy capybara swims in the amazon",capybara1,
777,"A happy capybara swims in the amazon",capybara2,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages