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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-GCP-Storage
and select it - 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.