A collection of nodes I created to solve various issues or ideas I had.
- Lets you input a video and it will output the first or last frame. Useful for video models if you want to extend.
- KJNodes' original
ImageResizeKJnode, as I prefer itskeep_proportionmethod.
- Same as
CLIPLoader, but I added a"cuda:0"option since"default"wasn't loading to GPU with--lowvrammode.
- Same changes as
CLIP Loader (XZ), but usingDualCLIPLoader.
- Same changes as
CLIP Loader (XZ), but usingTripleCLIPLoader.