ComfyUI Node
🪠️ WWAA Sliced Art
Creates a kaleidoscope-like effect by arranging a single image in a 2x2 grid with different orientations. DoubleSize=False: resizes input to 0.5x on original canvas. DoubleSize=True: keeps original size on 2x canvas. First output (flippedOutput) is the mirrored 2x2 grid. Second output (Pass1Output) slices the grid into equal vertical strips and rearranges them in order: 1,N,2,N-1,3,N-2... Third output (FinalOutput) takes Pass1Output, slices into horizontal strips, and rearranges in the same pattern. All operations performed on GPU.
🪠️ WWAA Sliced Art
- image
- flippedOutput
- Pass1Output
- FinalOutput
◄num_slices20►
◄DoubleSizefalse►
Category🪠️ WWAA/image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| num_slices | INT | 2020–80 | — |
| DoubleSize | BOOLEAN | false | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| flippedOutput | IMAGE | — |
| Pass1Output | IMAGE | — |
| FinalOutput | IMAGE | — |