We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3937105 commit 1f63627Copy full SHA for 1f63627
.github/workflows/review.yaml
@@ -101,6 +101,9 @@ jobs:
101
echo ./OpenConverter >> src/build/run.sh
102
cp src/resources/requirements.txt src/build/requirements.txt
103
cp -r $BMF_ROOT_PATH src/build/
104
+ (mkdir -p src/build/modules/weights &&
105
+ cd src/build/modules/weights &&
106
+ wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesr-animevideov3.pth)
107
108
# Step to package the build directory
109
- name: Create tar.gz package
0 commit comments