FizzleDorf / ComfyUI-AIT

A ComfyUI implementation of Meta AI's AITemplate repo for faster inference using cpp/cuda.
Apache License 2.0
48 stars 3 forks source link

ComfyUI-AIT

A ComfyUI implementation of Meta's AITemplate repo for faster inference using cpp/cuda. The old AIT repo is still available for reference. You can find it here. The node in the UI is located under loaders->AIT. This new repo is behiond but is a much more stable foundation to keep AIT online. Please be patient as the repo will eventually include the same features as before.


Installation

This repo can be downloaded using ComfyUI manager.

To install the repo manually, simply git bash inside the custom_nodes directory and use the command git clone https://github.com/FizzleDorf/ComfyUI-AIT.git

Linux

Windows

This is for compilation only, you can do the Linux install for inference only


Modules

You can find already compiled modules here otherwise you can compile your own modules (requires sm80 or higher NVIDIA GPU).

a bundle for Windows compilation is included with this repo. See Windows installation instructions.

Place your downloaded or compiles Modules in the ComfyUI/models/ait directory.

While in ComfyUI, simply hook up the AIT_Unet_Loader to your workflow and select a module that is equal to or larger than the resolution you are generating at.