- [2024/07/25] 🌩️ Users can load BizyAir workflow examples directly by clicking the "☁️BizyAir Workflow Examples" button. Example GIF
- [2024/07/23] 🌩️ BizyAir ChatGLM3 Text Encode node is released.
- [2024/07/16] 🌩️ BizyAir Controlnet Union SDXL 1.0 node is released.
- [2024/07/14] 🌩️ We release Image Caption nodes and add a tutorial for utilizing the LLM node. AI Assistant
- [2024/07/11] 🌩️ We release new nodes that can perform ControlNet preprocessing. BizyAir Controlnet Auxiliary Preprocessors
- [2024/07/11] 🌩️ We release new nodes, featuring removing image background, photo-quality image generation, and animation super-resolution capabilities.
- [2024/07/10] 🌩️ We release nodes that support Kolors and LLM(large language models). Kolors
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.
Run ComfyUI anywhere, anytime, without worrying about the environment or hardware requirements.
Please see the Quick Start page to set up BizyAir.
Make sure to set your API KEY for the first time use!
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.
Assuming your ComfyUI already has the ComfyUI Manager installed, search for BizyAir as shown in the image below. Click "Install" to complete the installation.
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.
- Prerequisites
- Ensure
pip install comfy-cli
is installed. - Installing ComfyUI
comfy install
- Ensure
To install the BizyAir
, use the following command:
comfy node install bizyair
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_cu121_or_cpu.7z
There are some workflow examples in the examples directory.