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

  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-Azure-Blob-Storage and select it
  5. 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

  1. Install by either :

    • search for ComfyUI-Azure-Blob-Storage authored by l20richo and proceed with its installation.
    • Clone this repo into custom_nodes in Comfy UI
  2. 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 = ""
    

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

Credits