Skip to content

Plugin for interacting with ComfyUI server's API to run workflows.

License

Notifications You must be signed in to change notification settings

smoothdvd/strapi-plugin-comfyui

Repository files navigation

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:

    ...
    
    '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.

About

Plugin for interacting with ComfyUI server's API to run workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published