Skip to content

siliconflow/BizyAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BizyAir

BizyAir is a collection of ComfyUI nodes that help you overcome environmental and hardware limitations, allowing you to more easily generate high-quality content with ComfyUI.

BizyAir nodes are capable of operating in conjunction with local nodes. For example, the workflow below shows the use of BizyAir for ChatGLM3 text encoding and VAE decoding, while employing a local KSampler.

Table of Contents

Features

Run ComfyUI anywhere, anytime, without worrying about the environment or hardware requirements.

Usage

Please see the Quick Start page to set up BizyAir.

Make sure to set your API KEY for the first time use!

Installation

You can install BizyAir through several methods: using the ComfyUI Manager, the Comfy CLI, downloading the standalone package for Windows, or by cloning the BizyAir repository into the custom_nodes subdirectory of ComfyUI.

Method 1: Install via ComfyUI Manager

Assuming your ComfyUI already has the ComfyUI Manager installed, search for BizyAir as shown in the image below. Click "Install" to complete the installation. ComfyUI_Manager_BizyAir_Search_Screenshot

Method 2: Install via git clone

You can install BizyAir by downloading the BizyAir repository to the custom_nodes subdirectory of ComfyUI by using git clone.

cd /path/to/ComfyUI/custom_nodes && \
git clone https://github.com/siliconflow/BizyAir.git

Then, restart ComfyUI.

Method 3: Install via Comfy CLI

  • Prerequisites
    • Ensure pip install comfy-cli is installed.
    • Installing ComfyUI comfy install

To install the BizyAir, use the following command:

comfy node install bizyair

Method 4: Download windows portable ComfyUI

For NA/EU users:

https://github.com/siliconflow/ComfyUI/releases/tag/latest

For CN users:

https://bizy-air.oss-cn-beijing.aliyuncs.com/new_ComfyUI_windows_portable_nvidia_none_or_cpu.7z

Examples

There are some workflow examples in the examples directory.