Layer-norm / ComfyUI-BlenderAI-node

Blender Node integration of ComfyUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI-BlenderAI-node

Add-on for using ComfyUI in Blender.

NOTE

If you want to use the latest version, please use the develop branch.

Function Introduction

  1. Automatically convert Comfyui nodes to Blender nodes, enabling Blender to directly generate images using ComfyUI(As long as your ComfyUI can run)
  2. Multiple Blender dedicated nodes(For example, directly inputting camera rendered images, compositing data, etc. into COMFYUI)
  3. Operation optimization (such as one click drawing mask)
  4. Node group presets
  5. Queue batch processing

How to install(Only on WINDOWS 10\11)

  1. Install Blender

Firstly, you need to install a Blender(Suggest Blender 3.5 or 3.6.X, previous versions or 4.0 have not been tested). image

  1. Install add-on(ComfyUI BlenderAI node)

ComfyUI BlenderAI node is a standard Blender add-on. You can use git to download this addon. Just like that:

cd %USERPROFILE%\AppData\Roaming\Blender Foundation\blender\
git clone https://github.com/AIGODLIKE/ComfyUI-BlenderAI-node.git

Note: Downloading the zip file directly will cause preview image loss!

  1. Settings add-on

Set the already configured COMFYUI path,and select the startup mode based on VRAM image

How to use

  1. Starting the COMFYUI service

Switch to the ComfyUI workspace, use the shortcut key "N" to open the panel, and click to enable the COMFYUI service (note - this service will not automatically start with Blender startup, as it is not necessary to start COMFYUI at all times) image

  1. Add nodes/presets

Like other Blender nodes, you can use the shortcut keys "Shift+A" to bring up the creation menu. You can also click on the "Replace Node Tree" button or "Append Node Tree" button on the right to add/append a node tree. In summary, you should create a node tree like COMFYUI Image preview and input must use Blender specially designed nodes, otherwise the calculation results may not be displayed properly (using Blender specially designed nodes does not affect the data, it will automatically be saved as COMFYUI standard data) image

User Manual

中文手册

EN

Our AI community

AIGODLIKE Community

COMFYUI Integration Package

Please upgrade to the latest COMFYUI

百度网盘

Google Driver

About

Blender Node integration of ComfyUI.

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:JavaScript 0.3%