0.1.4 • Published 11 days ago

@alexgao/strapi-plugin-comfyui v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

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.

0.1.4

11 days ago

0.1.3

1 month ago

0.1.0

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.6

2 months ago

0.0.1

2 months ago