Nodes Browser

ComfyDeploy: How ComfyUI-GCP-Storage works in ComfyUI?

What is ComfyUI-GCP-Storage?

Node:GCP Storage Node. Support google-cloud-storage.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-GCP-Storage and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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.