ComfyUI-GCP-Storage

ComfyUI-GCP-Storage
★ 5

GCP云存储服务账号自动上传
将 ComfyUI 输出图像保存到 comfyUi/outputs,并使用 google-cloud-storage 将文件上传到指定 GCP Bucket,便于云端备份与分享。
💡 将 ComfyUI 输出图像自动上传到指定 GCP Bucket 用于云备份。
🍴 4 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/79aaff81621b
📄 README

ComfyUI-GCP-Storage

Description:

A custom node for ComfyUI to save a image to your Google Cloud Platform Storage Bucket.

Installation:

Use git clone https://github.com/Fantaxico/ComfyUI-GCP-Storage.git in your ComfyUI custom nodes directory

Usage

Requires a config.json file that has { "gcp_service_json_path": "xxx" } set to your Service Account json file path (for reference see https://cloud.google.com/iam/docs/keys-create-delete).

Add the node to your workflow and enter a file name and your bucket name.

The node saves your image locally in comfyUi/outputs and then uploads it to GCP.