> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LatentFlip - ComfyUI Built-in Node Documentation

> Complete documentation for the LatentFlip node in ComfyUI. Learn its inputs, outputs, parameters and usage.

LatentFlip节点旨在通过垂直或水平翻转来操作潜在表示。此操作允许转换潜在空间，可能揭示数据中的新变化或视角。

## 输入

| 参数名称     | 数据类型           | 作用                                                                                    |
| -------- | -------------- | ------------------------------------------------------------------------------------- |
| `Latent` | LATENT         | `Latent` 参数代表要翻转的潜在表示。翻转操作会根据`翻转方法`参数，沿垂直或水平方向改变这些表示，从而转换潜在空间中的数据。                    |
| `翻转方法`   | COMBO\[STRING] | `翻转方法` 参数指定了潜在样本将沿哪个轴翻转。它可以是 'x-axis: 垂直' 或 'y-axis: 水平'，决定了翻转的方向，因此也决定了应用于潜在表示的转换性质。 |

## 输出

| 参数名称     | 数据类型   | 作用                                            |
| -------- | ------ | --------------------------------------------- |
| `latent` | LATENT | 输出是输入潜在表示的修改版本，已根据指定的方法翻转。这种转换可以在潜在空间中引入新的变体。 |
