Interactive with ComfyUI Server's API to run workflow
To install the Strapi plugin for ComfyUI, follow these steps:
Install the plugin:
npm install @alexgao/strapi-plugin-comfyui
Enable the plugin in Strapi:
1...
2
3'strapi-plugin-comfyui': {
4 enabled: true,
5 config: {
6 comfyui: {
7 host: env('COMFYUI_HOST', ''),
8 port: env.int('COMFYUI_PORT', 8188),
9 },
10 },
11},
12
13...
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.
npm install @alexgao/strapi-plugin-comfyui
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.