Skip to content

Releases: BrokenSource/DepthFlow

v0.3.1

27 May 08:00
718d7f6
Compare
Choose a tag to compare

⚠️ Experimental release with newer architecture of single wheel distribution. Powered by PyApp

Note: The binaries are small as are bootstrapped at runtime. See PyApp for more details.

Note: To render files, select inputs, open a terminal where the executable is, and run with the same "from source code" instructions, for example: ./depthflow-cpu-windows-amd64-0.3.1.exe input -i ./image.png main -q 90 -s 2 -o ./video.mp4

Note: Configurable animations and presets are WIP, for that, run from source and edit the .update function

v2024.3.19

19 Mar 04:54
e0fc26f
Compare
Choose a tag to compare
v2024.3.19 Pre-release
Pre-release

Proof of Concept:

PyApp release of DepthFlow for Windows and Linux in many Flavors

  • ⚠️ Running directly from the Source Code is a better experience for now
  • Same warnings as previous releases

Fixes

  • Fixed order of building Scenes on ShaderFlow as running the input command crashed

v2024.3.18

18 Mar 01:17
658483a
Compare
Choose a tag to compare
v2024.3.18 Pre-release
Pre-release

Proof of Concept:

PyApp release of DepthFlow for Windows and Linux in many Flavors

  • ⚠️ Running directly from the Source Code is a better experience for now
  • The binaries are small as dependencies are installed at runtime

Different PyTorch versions installed at runtime, once: CPU, CUDA 12.1 for both or ROCm on Linux

There might be version incompatibilities, I haven't exhaustively tested but should work

v2024.3.16

16 Mar 20:33
88519f9
Compare
Choose a tag to compare
v2024.3.16 Pre-release
Pre-release

PyApp release of DepthFlow for Windows and Linux. Proof of concept

  • ⚠️ Running directly from the Source Code is a better experience for now
  • The binaries are small as dependencies are installed at runtime
  • Doesn't use GPU acceleration for Depth Estimation. Thinking on it

Fixes:

  • Writing old texture data on recreation could raise errors when formats change mid way

v2024.3.14

15 Mar 01:18
Compare
Choose a tag to compare
v2024.3.14 Pre-release
Pre-release

PyApp release for Windows and Linux. Proof of concept

  • ⚠️ Running directly from the Source Code is a better experience for now
  • The binaries are small as dependencies are installed at runtime
  • Doesn't use GPU acceleration for Depth Estimation. Thinking on it