Nuacht

Custom node for ComfyUI that I moded from the String Function from ComfyUI-Custom-Scripts. It allows one to plug more stuff into the original function. Run the ...
GitHub

BK-tree in go

Implementation of a simple BK-tree in go, using the Damerau-Levenshtein distance to calculate the distance between the strings. A simple CLI tool was also made to use the program. I recently wanted to ...