Nodes Browser
ComfyDeploy: How Comfyui-Minio works in ComfyUI?
What is Comfyui-Minio?
This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Comfyui-Minio
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Comfyui-Minio
This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines.
Language
Nodes
|Name |Description | |-----------------------------|-------------------------------------------------------| |Set Minio Config |Initialization of Minio. | |Load Image From Minio |Read images from Minio. | |Save Image To Minio |Save images to Minio, supports saving multiple images. |
Install
This plugin requires installation of Minio's Python SDK
pip install -r requirements.txt
Note
Before using, please initialize according to the steps below
1. Add node:Set Minio Config
2. Setting
Enter your Minio configuration information and run the plugin
Note: If you want to display JSON information, please install the plugin Comfyui-Toolbox
3. Check
If the Minio configuration is correct and can be connected successfully, a file will be created in the output directory
ComfyUI
output
minio_config.json
4. End
Now you can proceed to use the other two nodes as normal