comfyui-mirror

comfyui-mirror
★ 7

图像处理潜空间操作数据增强镜像翻转
对潜变量在Y(垂直/左右)或X(水平/上下)轴进行镜像翻转,用于生成对称图像和数据增强,简洁高效。
💡 对潜空间进行水平或垂直镜像以增强或修正图像。
🍴 5 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
example nodes
example results
📄 README

Latent Mirror node for ComfyUI

Node to mirror a latent along the Y (vertical / left to right) or X (horizontal / top to bottom) axis. Best used as part of an img2img workflow:

Example nodes JSON: https://github.com/spro/comfyui-mirror/blob/main/examples/latent-mirror-example.json (using Efficiency Nodes)

Example images (after an Img2Img step):

Installation

Clone the repo into ComfyUI/custom_nodes

cd ComfyUI/custom_nodes
git clone https://github.com/spro/comfyui-latentmirror

… and restart and refresh ComfyUI.