Initial commit
This commit is contained in:
parent
e58fa81ca6
commit
7678b1aba6
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -32,8 +32,12 @@ jobs:
|
||||
python-version: '3.10'
|
||||
- run: pip install -r requirements-ci.txt
|
||||
- run: curl --create-dirs --output .assets/examples/source.jpg https://huggingface.co/facefusion/examples/resolve/main/source.jpg
|
||||
- run: curl --create-dirs --output .assets/examples/target-240.mp4 https://huggingface.co/facefusion/examples/resolve/main/target-240.mp4
|
||||
- run: python run.py --source .assets/examples/source.jpg --target .assets/examples/target-240.mp4 --output .assets/examples
|
||||
- run: curl --create-dirs --output .assets/examples/target-240p.mp4 https://huggingface.co/facefusion/examples/resolve/main/target-240p.mp4
|
||||
- run: python run.py --source .assets/examples/source.jpg --target .assets/examples/target-240p.mp4 --output .assets/examples --trim-frame-end 20
|
||||
if: matrix.os != 'windows-latest'
|
||||
- run: python run.py --source .assets\examples\source.jpg --target .assets\examples\target-240.mp4 --output .assets\examples
|
||||
- run: python run.py --source .assets\examples\source.jpg --target .assets\examples\target-240p.mp4 --output .assets\examples --trim-frame-end 20
|
||||
if: matrix.os == 'windows-latest'
|
||||
- run: ffprobe -show_format -show_streams .assets/examples/source-target-240p.mp4
|
||||
if: matrix.os == 'windows-latest'
|
||||
- run: ffprobe -show_format -show_streams .assets\examples\source-target-240p.mp4
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user