@alexgao/strapi-plugin-comfyui

0.1.7 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @alexgao/strapi-plugin-comfyui

Weekly Downloads

32

Version

0.1.7

License

MIT

Unpacked Size

202 kB

Total Files

54

Last publish

Collaborators

  • alexgao