@alexgao/strapi-plugin-comfyui
v0.1.7
Published
ComfyUI API for Strapi.
Downloads
35
Readme
Strapi plugin for ComfyUI
Installation
To install the Strapi plugin for ComfyUI, follow these steps:
Install the plugin:
npm install @alexgao/strapi-plugin-comfyui
Enable the plugin in Strapi:
... 'strapi-plugin-comfyui': { enabled: true, config: { comfyui: { host: env('COMFYUI_HOST', ''), port: env.int('COMFYUI_PORT', 8188), }, }, }, ...
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.