-
Notifications
You must be signed in to change notification settings - Fork 57
nodes transform image
Mel Massadian edited this page Dec 27, 2024
·
2 revisions
Transform images while maintaining the input tensor shape
-
NEAREST
: Nearest neighbor - fastest but lowest quality -
BOX
: Box filtering - similar to nearest neighbor but with some averaging -
BILINEAR
: Bilinear filtering - good balance between quality and speed -
HAMMING
: Hamming filtering - improved version of bilinear (doesn't allow rotations) -
BICUBIC
: Bicubic filtering - better quality than bilinear but slower -
LANCZOS
: Lanczos filtering - highest quality but slowest (doesn't allow rotations)
The nodes strikethroughs are just not documented yet so it's easier to spot empty wiki pages.
-
Nodes
- Animation Builder
- Any To String
- Apply Text Template
- Batch From History
- Batch Nodes
- Bbox
- Bbox From Mask
- Blur
- Color Correct
- Colored Image
- Concat Images
- Crop
- Debug
- Deep Bump
- Export With Ffmpeg
- Face Swap
- Film Interpolation
Fit Number- Image Compare
- Image Premultiply
- Image Remove Background Rembg
- Image Resize Factor
- Image Tile Offset
- Int To Bool
- Int To Number
- Latent Lerp
- Load Audio
- Load Face Analysis Model
- Load Face Enhance Model
- Load Face Swap Model
- Load Image From Url
- Load Image Sequence
- Mask To Image
- Model Patch Seamless
- Model Pruner
- Qr Code
- Postshot Train
- Restore Face
- Save Gif
- Save Image Grid
- Save Image Sequence
- Save Tensors
- Sharpen
- Smart Step
- Stack Images
- String Replace
- Styles Loader
- Text To Image
- Transform Image
- Uncrop
- Unsplash Image
- Vae Decode
- Extras & Guides