Skip to content

Commit

Permalink
Add setup script and upscale video script
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD committed Nov 10, 2024
1 parent 13d06fb commit d8ad984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup-scripts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pip install uv
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
uv pip install -e . --no-build-isolation
3 changes: 3 additions & 0 deletions src/scripts/upscale-video.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from aura_sr import AuraSR
aura_sr = AuraSR.from_pretrained('fal-ai/AuraSR')

0 comments on commit d8ad984

Please sign in to comment.