AIO Aux Preprocessor intergrating all loadable aux preprocessors as dropdown options. Easy to copy, paste and get the preprocessor faster.
Added OpenPose-format JSON output from OpenPose Preprocessor and DWPose Preprocessor. Checks here.
Fixed wrong model path when downloading DWPose.
Make hint images less blurry.
Added resolution option, PixelPerfectResolution and HintImageEnchance nodes (TODO: Documentation).
Added RAFT Optical Flow Embedder for TemporalNet2 (TODO: Workflow example).
Fixed opencv's conflicts between this extension, ReActor and Roop. Thanks Gourieff for the solution!
RAFT is removed as the code behind it doesn't match what what the original code does
Changed lineart's display name from Normal Lineart to Realistic Lineart. This change won't affect old workflows
Added support for onnxruntime to speed-up DWPose (see the Q&A)
Fixed TypeError: expected size to be one of int or Tuple[int] or Tuple[int, int] or Tuple[int, int, int], but got size with types [<class 'numpy.int64'>, <class 'numpy.int64'>]: Issue, PR)
Added TorchScript implementation of DWPose and AnimalPose
Added TorchScript implementation of DensePose from Colab notebook which doesn't require detectron2. Example. Thanks @LayerNome for fixing bugs related.
Added Standard Lineart Preprocessor
Fixed OpenPose misplacements in some cases
Added Mesh Graphormer - Hand Depth Map & Mask
Misaligned hands bug from MeshGraphormer was fixed
Added more mask options for MeshGraphormer
Added Save Pose Keypoint node for editing
Added Unimatch Optical Flow
Added Depth Anything & Zoe Depth Anything
Removed resolution field from Unimatch Optical Flow as that interpolating optical flow seems unstable