BrokenSource / DepthFlow

🌊 Image to → 2.5D Parallax Effect Video. A Free and Open Source ImmersityAI alternative
https://brokensrc.dev
GNU Affero General Public License v3.0
323 stars 21 forks source link

(REQUEST) A way of executing this without launchin UI #19

Closed hucara closed 4 months ago

hucara commented 4 months ago

Is it planned to add a CLI only mode to this? This would be nice to have.

suraj-avataar commented 1 month ago

Was a CLI only version provided?

Tremeschin commented 1 month ago

hm, I missed this issue

if you mean "UI" as the real time window, sure, just use WINDOW_BACKEND=headless (or initialize a Scene with Scene(backend="headless)), no real time window will pop up (docker files works like this as well)

CLI always has been the focus of everything, specially rendering to video files; without headless backend it just keeps the glfw window on a hidden state, so the former is preferred for cloud/server environments

suraj-avataar commented 1 month ago

Thanks, that helped