/AIT

The realest OG https://github.com/hlky

Primary LanguagePython

AIT

Experimental usage of AITemplate.

Pre-compiled modules

Alternative Pre-compiled modules

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