Sign In

How to use my custom node

7

How to use my custom node

First, place the Image Resize Nearest Neighbor.py file in the custom_nodes folder.

image.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.

7

Comments