Nodes Browser
ComfyDeploy: How ComfyUI-Azure-Blob-Storage works in ComfyUI?
What is ComfyUI-Azure-Blob-Storage?
ComfyUI-Azure-Blob-Storage seamlessly integrates with [a/Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from Azure blob containers within the ComfyUI graph interface.
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-Azure-Blob-Storage
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-Azure-Blob-Storage
Description
ComfyUI-Azure-Blob-Storage integrates Azure Blob Storage within ComfyUI. This open-source project offers custom nodes that make it easy to load and save images, videos, and checkpoint models directly from Azure blob containers through the ComfyUI graph interface.
Find ComfyUI-Azure-Blob-Storage
authored by l20richo
and proceed with its installation.
Getting Started
-
Install by either :
- search for
ComfyUI-Azure-Blob-Storage
authored byl20richo
and proceed with its installation. - Clone this repo into custom_nodes in Comfy UI
- search for
-
Setup the variable Set up your
.env
file- Copy
.env.example
into.env
and
AZURE_STORAGE_ACCOUNT_NAME = "" AZURE_STORAGE_CONNECTION_STRING = "" AZURE_STORAGE_CONTAINER_NAME = "" BLOB_INPUT_DIR = "" BLOB_OUTPUT_DIR = ""
- Visit (https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string) for more informations about these credentials
- Copy
Features
ComfyUI nodes to:
- ✅ standalone download/upload file from/to Azure Blob Storage buckets
- ✅ load/save image from/to Amazon Azure Blob Storage buckets
- ✅ save VHS (VideoHelperSuite) video files to Azure Blob Storage buckets
- ✅ install ComfyUI-Azure-Blob-Storage from ComfyUI-Manager
- ⬜ load checkpoints from Azure Blob Storage buckets
- ⬜ load video from Azure Blob Storage buckets