FunGen-AI-Powered-Funscript-Generator
FunGen-AI-Powered-Funscript-Generator copied to clipboard
Use uv with pyproject.toml file to lock version used.
It can avoid issue when there are package updates and guarantee everyone will have the same package versions (too many issue happen with requirements files) "uv lock --upgrade" can be used to upgrade the dependencies
Easy usage to install package for all cases:
- uv sync --extra cpu
- uv sync --extra cuda
- uv sync --extra cuda-rtx50
- uv sync --extra rocm
I only test it on Linux. A test on Windows could be better to confirm if it works too
Thanks again, I will test it on Mac when I can :) We'll see if someone can test on Windows.
By the way, I choose UV instead of poetry because poetry doesn't support easily the installation for pytorch for different source (cuda, cuda-rtx, rocm)