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
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.