Add ComfyUI-ReShot - #3280
Add ComfyUI-ReShot#3280maosika-ai wants to merge 1 commit into
Conversation
…for Seedance, MiniMax H3, Wan)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe custom node manifest now registers ChangesCustom node manifest
Suggested reviewers: Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to This change registers package metadata without an identified impact on installation or custom-node discovery, so it is ready to merge. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Adds ComfyUI-ReShot — https://github.com/maosika-ai/ComfyUI-ReShot (Apache-2.0).
Six nodes that turn a reference video into a control video a video model will follow: Depth (Video Depth Anything), Pose (DWPose → OpenPose-style skeletons, tracked and smoothed across frames, keypoints JSON out) and Canny, each as
IMAGE → IMAGEandVIDEO → VIDEOwith the Seedance 2.0/2.5 / MiniMax H3 / Wan VACE presets (fps by timestamp, frame-size multiples) applied. Backed by thereshotpackage on PyPI;requirements.txtinstalls it. Haspyproject.tomlwith[tool.comfy], tests and example workflows.The JSON was validated after the edit (
json.loadon the whole file).