ComfyUI-FitDit
A ComfyUI extension with 3 custom nodes.
Nodes (3)
ComfyUI-FitDiT
This repository is based on https://github.com/BoyuanJiang/FitDiT and simply wraps it as nodes for ComfyUI.

Installation
Step 1: Apply for access to FitDiT's model weights, then clone the model to local_model_dir (e.g., models/FitDiT) directory
Step 2: Clone this repository to the custom_nodes directory of ComfyUI
Step 3: Enable FitDiT nodes in ComfyUI
Example workflow: example_workflow/fitdit.json
The model_dir parameter in FitDiT Model Loader node needs to be set to local_model_dir (e.g., models/FitDiT) directory, which is the model directory from Step 1.
Note: The first run will download openai/clip-vit-large-patch14 and laion/CLIP-ViT-bigG-14-laion2B-39B-b160k models, please be patient (if you don't have them locally).
TODO LIST
- Custom mask optimization