Sign In

How to use my custom node

12

Jul 21, 2025

(Updated: 16 hours ago)

generation guide
How to use my custom node

First, place the Image Resize Nearest Neighbor.py file in the custom_nodes folder.
To download the node itself, you need to find this area in this article.

image.pngimage.png

Then launch ComfyUI. I'll just show the basic structure of how I would apply it myself. Set both values to 8.

image.png

In practice, we're interpreting the image directly from VAE decode into a pixel image immediately. But nothing stops you from saving a regular image from VAE Decode too - that one will have artifacts, but you'll see exactly what the model was seeing when it was thinking about the generation.

12

Comments