Metadata-Version: 2.1
Name: comfyui-imgpatcheditor
Version: 0.0.1
Summary: A ComfyUI node for patching images using a difference detection algorithm. It detects changes between two images (original and patched), creates a mask of the differences, and merges them back together with configurable blending.
Home-page: https://github.com/Premik/ComfyUI-ImgPatchEditor
Requires-Python: >=3.10
Requires-Dist: scikit-image
Requires-Dist: numpy
