ComfyUI-Azure-Blob-Storage

ComfyUI-Azure-Blob-Storage
★ 2

Azure Blob 存储文件上传下载媒体与模型ComfyUI 扩展
在 ComfyUI 中提供与 Azure Blob Storage 无缝集成的自定义节点,便捷加载/保存图片、视频与模型文件,简化远程资产管理。
💡 直接在 ComfyUI 中从 Azure Blob 载入或保存图片、视频和模型。
🍴 2 Forks💻 Python🔄 2024-06-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/79aaff81621b
📦 requirements.txt
python-dotenv==1.0.1
boto3==1.34.32
azure-storage-blob==12.20.0
📄 README

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 by `l20richo“ and proceed with its installation.
  • Clone this repo into custom_nodes in Comfy UI
  • 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
  • Features

    ComfyUI nodes to:

  • [x] standalone download/upload file from/to Azure Blob Storage buckets
  • [x] load/save image from/to Amazon Azure Blob Storage buckets
  • [x] save VHS (VideoHelperSuite) video files to Azure Blob Storage buckets
  • [x] install ComfyUI-Azure-Blob-Storage from ComfyUI-Manager
  • [ ] load checkpoints from Azure Blob Storage buckets
  • [ ] load video from Azure Blob Storage buckets
  • Credits

  • ComfyUI
  • ComfyS3