https://github.com/prodogape/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.
https://github.com/prodogape/ComfyUI-Minio
Last synced: 4 months ago
JSON representation
This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines.
- Host: GitHub
- URL: https://github.com/prodogape/ComfyUI-Minio
- Owner: prodogape
- Created: 2024-03-07T14:03:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T07:44:51.000Z (about 1 year ago)
- Last Synced: 2024-03-09T09:44:17.713Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 739 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **Comfyui-Minio**
README
# 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
- [English](README.md)
- [简体中文](readme/README.zh_CN.md)# 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](https://github.com/zcfrank1st/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
