Skip to content

ComfyNodePRs/PR-ComfyUI-Depthflow-Nodes-3db01b94

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌊 Depthflow Node Pack for ComfyUI 🌊

Turn your 2D images into stunning 2.5D parallax animations using Depthflow in ComfyUI.

🙌 An implementation of the Depthflow library in ComfyUI originally created by Tremeschin!

Extends RyanOnTheInside's Flex System for additional motion control and dynamic features!

🚀 Showcase

Description Description Description

📦 What's Included

This Depthflow Node Pack includes everything you need to create complex parallax animations. From basic motion presets to fine-tuned motion components, here's a breakdown of what you can expect:

1. Base Node: Depthflow

Description

The heart of the node pack. The Depthflow node takes an image (or video) and its corresponding depth map and applies various types of motion animation (Zoom, Dolly, Circle, etc.) to generate a parallax effect. This node outputs a batch of images to be rendered as a video.

Parameters:

  • image: Input image or image batch.
  • depth_map: Depthmap image or image batch corresponding to the input image.
  • motion: Depthflow motion object(s) for configuring animation.
  • effects: (Optional) Depthflow Effects including DOF and Vignette that can be stacked.
  • num_frames: Number of frames in the animation.
  • input_fps: Frames per second for the input.
  • output_fps: Frames per second for the output video.
  • quality: Output quality (1-100)
  • ssaa: Super sampling anti-aliasing samples (0.0-2.0)
  • invert: Invert the depthmap.
  • tiling_mode: Control for tiling the image.

Depthflow Core Demo


2. Depthflow Effects

Description

Enhance the parallax animation with customizable effects such as Depth of Field and Vignette. These effects can be configured to interact with the depth information for a more immersive experience.

  • DOF Effect: A depth-aware blur effect to simulate focus and bokeh, giving your animations a cinematic feel.
  • Vignette Effect: A vignette effect that darkens the edges of the frame.

Examples:

(Depth of Field effect modulated over time by a feature to more clearly demonstrate the effect)


3. Depthflow Motion

Take control of your animations with pre-configured motion presets or dive deep with granular motion components to create exactly the movement you want.

Motion Presets

Simplify your workflow with ready-to-use presets for common animations. Nodes like Zoom, Dolly, and Circle abstract away complex parameters so you can focus on creative output.

  • Orbital Motion Preset: Creates an orbital motion around a focal point, giving a 3D rotational effect.
  • Dolly Motion Preset: Simulates a dolly camera motion, moving toward or away from the subject for a dynamic depth effect.
  • Circle Motion Preset: Creates smooth circular motion around a point of focus, simulating rotational camera movement.
  • Vertical Motion Preset: Applies vertical panning motion to the scene, moving the view up or down.
  • Horizontal Motion Preset: Moves the scene horizontally, simulating a side-to-side panning motion.
  • Zoom Motion Preset: Configure zoom intensity, direction (inward or outward), and looping behavior for dramatic zoom effects.

Examples:

Description

Motion Components

If you want finer control, the motion components offer modular building blocks to animate individual parameters like height, zoom, and center of rotation. Mix and match different functions like Sine, Cosine, Linear, and more for highly customized motion paths.

  • Linear Motion Component: Applies a linear motion to the specified target, creating a steady and consistent movement.
  • Exponential Motion Component: Generates motion with an exponential curve, starting slow and accelerating over time.
  • Sine Motion Component: Applies a sine wave modulation to any target parameter, creating a smooth, oscillating motion.
  • Cosine Motion Component: Similar to the sine component, but starts at a different phase, useful for wave-like motion with a different timing.
  • Arc Motion Component: Moves the target parameter along a smooth arc, perfect for rotational or sweeping motion.
  • Set Target Motion Component: Explicitly sets the value of a specified target parameter, overriding other motion inputs.

See the official Depthflow Parameters page to see how each target parameter affects the output.

🎨 Extending RyanOnTheInside's Flex System

Depthflow is one of the first custom node packs to extend the Flex System, a versatile system developed by RyanOnTheInside. By building on Flex, Depthflow opens up a range of possibilities for dynamically adjusting motion parameters based on user-defined features like sound, colors, or masks. Check out RyanOnTheInside's Github Page for more details on how to set up and use the Flex system.

🔧 Installation and Usage

  1. ComfyUI Manager:
  • This node pack is available to install via the ComfyUI Manager. You can find it in the Custom Nodes section by searching for "Depthflow".
  1. Clone the repository:
  • Navigate to ComfyUI/custom_nodes folder in terminal or command prompt.
  • Clone the repo using the following command:
git clone https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes.git
  • Restart ComfyUI

About

An implementation of Depthflow in ComfyUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%