/Comfy-AIT

This was orginally written by: https://github.com/hlky

Primary LanguagePythonApache License 2.0Apache-2.0

AIT

Experimental usage of AITemplate.

New XL Modules

Alternative Pre-compiled modules (by City96)

Old Pre-compiled modules for earlier versions of this node.

ComfyUI custom node

Installation

This repo can be cloned directly to ComfyUI's custom nodes folder.

Adjust the path as required, the example assumes you are working from the ComfyUI repo.

git clone https://github.com/hlky/AIT custom_nodes/AIT

Modules

Modules will be automatically selected, downloaded, and decompressed by the plugin.

Nodes

Load AITemplate

image

Loaders > Load AITemplate

Load AITemplate (ControlNet)

image

Loaders > Load AITemplate (ControlNet)

VAE Decode (AITemplate)

image

Latent > VAE Decode (AITemplate)

VAE Encode (AITemplate)

image

Latent > VAE Encode (AITemplate)

VAE Encode (AITemplate, Inpaint)

image

Latent > Inpaint > VAE Encode (AITemplate)

Workflow

Example workflows in workflows/

Errors

  • Part of the error will be printed by the AITemplate module so this will be above the trackback.

Supported model types

  • ControlNet
  • CLIPTextModel
  • UNet
  • Inpainting UNet
  • VAE
  • VAE encode

Developers