Extensions/likeshare
ComfyUI Extension

likeshare

A ComfyUI extension with 2 custom nodes.

By Miqingzi·Created 3 months ago·Updated about a month ago· 2
Miqingzi/likeshare
Nodes2
On cloudLocal install
CategoryLikeShare
Stars2
Updatedabout a month ago
Readme

LikeShare Image Obfuscator

ComfyUI custom nodes for image obfuscation and restoration using a deterministic Hilbert-curve pixel shuffle.

Included Nodes

  • LikeShare Encrypt: Obfuscates an input image.
  • LikeShare Decrypt: Restores an image produced by the paired encrypt node.

Features

  • No runtime package installation
  • No external service calls
  • Batch image support
  • Deterministic reversible transform

Installation

Clone or copy this directory into ComfyUI/custom_nodes/, then restart ComfyUI.

Notes

  • The algorithm uses a fixed internal key to stay compatible with the intended LikeShare/Tomato-style obfuscation flow.
  • This node only processes image tensors and does not modify files on disk.