Git Product home page Git Product logo

Comments (6)

Tremeschin avatar Tremeschin commented on May 26, 2024 1

Thanks a lot & I love this idea ❤️

With some mechanism to define presets of the camera movements and effect intensities, maybe also post fx this will be super

I never studied deep enough any of the Stable Diffusion world, I'll keep this idea in mind. Not much bandwidth for now though

ps. I have some private shader with some pfx so I've seen things 😂

from depthflow.

HamletEagle avatar HamletEagle commented on May 26, 2024 1

Hello @Tremeschin,

This project is amazing. Any plans to add the ability to define some movement (left/right/circular/zoom/dolly zoom) options from the command line so that we can animate the resulting video? It would make your work even more amazing than it already is.

You can take a look at https://www.leiapix.com/ to see what the end result would look like after having the option to define movement/zoom.

Thank you!

from depthflow.

Tremeschin avatar Tremeschin commented on May 26, 2024

Thanks @HamletEagle for the words and the resource on possible presets! and brand it as one more $competitor alternative heheh

Well, we can change anything manually just a matter of editing the .update function on the main class. But it requires some practice in shaping animations with functions in math, and I'm aware it isn't trivial, accessible and convenient

I just haven't tried to mock up yet a presets system for the scenes as I'm focusing on the raw backend lately. I'll prioritize this, as it's a recurrent issue on this project and two other "spin-offs" of shaderflow (pianola and spectronote)

(words to self) I should stop thinking on solving everything on the first iteration of it and just make a mvp :)

from depthflow.

Tremeschin avatar Tremeschin commented on May 26, 2024

(off topic (?))

Wait what 😳, they charge 5 dollars for just 10x 4k videos?? (didn't find length, likely looped animations < 10 sec?)

Can generate those 10x 4k60 10 sec videos here in about 90 seconds

I did some math previously for depthflow and it's so fast and cheap running it locally, my system alone could probably serve like 30k monthly active users generating 400x 1080p videos per month each (or 100x 4k).

If it was 720p and considering many users barely uses the service we're talking 1M++ users

And the main bottleneck isn't even the GPU but CPU encoding times for the video, which can be done on a second GPU on the system just for NVENC (even better that NVIDIA recently increases simultaneous encoding streams)

Their depth maps are really better than the one being used currently on depthflow (ZoeDepth), I'm not that much into ML to develop my own but absolutely be sure to link better OSS new ones !

from depthflow.

davidmartinrius avatar davidmartinrius commented on May 26, 2024

Actually you could implement serverless instances in runpod.io for each inference/user execution, so you do not need to maintain any infrastructure and queues. Or if you wanted to use your own gpu you can leverage from Nvidia triton server. It manages queues and balances the vram usage for simultaneous inferences.

And instead of using ZoeDepth you could use https://github.com/zhyever/PatchFusion?tab=readme-ov-file

It is much better than ZoeDepth

For the frontend you could use a react/react native + backend with django or laravel and a gateway with stripe or a crypto wallet

from depthflow.

Tremeschin avatar Tremeschin commented on May 26, 2024

Oh, nice! Definitely will educate myself on those

I'd probably need to containerize the code and make proper APIs for it, would be a fun journey

Gradio now supports OAuth and it's pure Python, making an UI on it and integrating with Stripe seems the easiest for me, but it's more like "have your own private or public instance here" so why I hinted on local infra (+rev proxy)

Too bad I have some innate fear to databases and user authentication, I feel like I'll mess it up not if but when 🙈

I could try spinning up some service out of it yea, I'm betting too hard on the OSS projects and "ignoring" the traditional life (yet to graduate also), but I feel like getting a community first, can't buy it, then doing it together with someone more capable than me on web dev and cloud..


..or just don't, and live off sponsorships and donations, I don't know if I'm doing the right thing, difficult transition in life

I have some support but my family just sees it as "nice to see on social media but useless 3d animations", "silly piano keys being pressed on the screen" and "but why you did electrical engineering?" 😆

from depthflow.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.