Extensions/TKG-DM (Training-free Chroma Key Content Generation Diffusion Model) for ComfyUI
ComfyUI Extension

TKG-DM (Training-free Chroma Key Content Generation Diffusion Model) for ComfyUI

This repository provides an unofficial ComfyUI custom node implementation of the paper TKG-DM: Training-free Chroma Key Content Generation Diffusion Model.

By p1atdev·Created 12 months ago·Updated 12 months ago· 20
p1atdev/comfyui-tkg-chroma-key
Nodes2
On cloudLocal install
Categorylatent
Stars20
Updated12 months ago
Readme

TKG-DM (Training-free Chroma Key Content Generation Diffusion Model) for ComfyUI

This repository provides an unofficial ComfyUI custom node implementation of the paper TKG-DM: Training-free Chroma Key Content Generation Diffusion Model.

Workflows

You can either drag and drop the workflow json or image into ComfyUI to load the workflow.

| Type | Workflow json | Example output | | - | - | - | | Simple | ./examples/TKG-Chroma-Key-Simple.json | <img src="./examples/TKG-Chroma-Key-Simple.png" /> | | Advanced | ./examples/TKG-Chroma-Key-Advanced.json | <img src="./examples/TKG-Chroma-Key-Advanced.png" /> |

Acknowledgments & Citation

This custom node is an implementation of the following paper. Please cite the original paper if you use this work.

@article{morita2024tkg,
  title={TKG-DM: Training-free Chroma Key Content Generation Diffusion Model},
  author={Morita, Ryugo and Frolov, Stanislav and Moser, Brian Bernhard and Shirakawa, Takahiro and Watanabe, Ko and Dengel, Andreas and Zhou, Jinjia},
  journal={arXiv preprint arXiv:2411.15580},
  year={2024}
}