Metadata-Version: 2.4
Name: depthflow
Version: 1.0.0
Summary: 🌊 Images to 3D parallax effect videos
Project-URL: GitHub, https://github.com/BrokenSource/DepthFlow
Author: Tremeschin
License-Expression: AGPL-3.0
Requires-Python: >=3.10
Requires-Dist: attrs
Requires-Dist: cyclopts
Requires-Dist: diskcache
Requires-Dist: imageio
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: platformdirs
Requires-Dist: pooch
Requires-Dist: pydantic
Requires-Dist: scipy
Requires-Dist: shaderflow
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers
Requires-Dist: xxhash
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://raw.githubusercontent.com/BrokenSource/DepthFlow/main/website/assets/logo.svg" width="200">
  <h1>DepthFlow</h1>
  <span>🌊 Images to 3D parallax effect videos 🌊</span>
  <br><br>
  <a href="https://pypi.org/project/depthflow/"><img src="https://img.shields.io/pypi/v/depthflow?label=PyPI&color=blue"></a>
  <a href="https://pypi.org/project/depthflow/"><img src="https://img.shields.io/pypi/dw/depthflow?label=Installs&color=blue"></a>
  <a href="https://github.com/BrokenSource/DepthFlow/"><img src="https://img.shields.io/github/v/tag/BrokenSource/DepthFlow?label=GitHub&color=orange"></a>
  <a href="https://github.com/BrokenSource/DepthFlow/stargazers/"><img src="https://img.shields.io/github/stars/BrokenSource/DepthFlow?label=Stars&style=flat&color=orange"></a>
  <a href="https://discord.gg/KjqvcYwRHm"><img src="https://img.shields.io/discord/1184696441298485370?label=Discord&style=flat&color=purple"></a>
  <br>
  <br>
</div>

<video src="https://github.com/user-attachments/assets/a67632a3-5528-453b-843a-120a65cc480e" loop controls autoplay></video>

## 🔥 Description

**DepthFlow** is a fast _image-to-video_ converter that turns static pictures into awesome 3D parallax animations, perfect for digital art, social media, stock footage, fillers and more.

- [x] **High quality** videos with artifact-free edges and seamless loops. Render at any resolution, fps, native supersampling, using external SOTA Depth Estimation models.
- [x] **Fast processing** with a heavily optimized Ray Marching GLSL Shader, up to 8k50fps rendering with an RTX 3060-class GPU, fastest FFmpeg data piping using [TurboPipe](https://github.com/BrokenSource/TurboPipe).
- [x] **Commercial** use is encouraged • Kindly [retribute back](https://github.com/sponsors/Tremeschin) if you got value from it ❤️
- [x] **Local code** with no watermarks, unlimited usage, mass production with scripts.

## 📦 Getting Started

<div align="center">
  <a href="https://depth.tremeschin.com/">
    <img src="https://github.com/user-attachments/assets/d794899f-d7c9-4318-9038-9ec356c85e2d"/>
  </a>
  <i>
    Visit the documentation at
    <a href="https://depth.tremeschin.com/">https://depth.tremeschin.com/</a>
  </i>
</div>
