Strapi plugin logo for ComfyUI Workflow

ComfyUI Workflow

Interactive with ComfyUI Server's API to run workflow

Strapi plugin for ComfyUI

NPM Version

Installation

To install the Strapi plugin for ComfyUI, follow these steps:

  1. Install the plugin:

    npm install @alexgao/strapi-plugin-comfyui
  2. Enable the plugin in Strapi:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    ...
    
    'strapi-plugin-comfyui': {
      enabled: true,
      config: {
        comfyui: {
          host: env('COMFYUI_HOST', ''),
          port: env.int('COMFYUI_PORT', 8188),
        },
      },
    },
    
    ...
    
  3. Start the Strapi server:

    npm run develop

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Install now

npm install @alexgao/strapi-plugin-comfyui

STATS

No GitHub star yet19 weekly downloads

Last updated

11 days ago

Strapi Version

4.0.0 and above

Author

github profile image for breakwall
breakwall

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.