Fix cosmetics
This commit is contained in:
parent
7678b1aba6
commit
bd596b5697
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -33,11 +33,11 @@ jobs:
|
||||
- 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-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
|
||||
- run: python run.py --source .assets/examples/source.jpg --target .assets/examples/target-240p.mp4 --output .assets/examples --trim-frame-end 24
|
||||
if: matrix.os != 'windows-latest'
|
||||
- run: python run.py --source .assets\examples\source.jpg --target .assets\examples\target-240p.mp4 --output .assets\examples --trim-frame-end 20
|
||||
- run: python run.py --source .assets\examples\source.jpg --target .assets\examples\target-240p.mp4 --output .assets\examples --trim-frame-end 24
|
||||
if: matrix.os == 'windows-latest'
|
||||
- run: ffprobe -show_format -show_streams .assets/examples/source-target-240p.mp4
|
||||
if: matrix.os == 'windows-latest'
|
||||
if: matrix.os != 'windows-latest'
|
||||
- run: ffprobe -show_format -show_streams .assets\examples\source-target-240p.mp4
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
@ -3,7 +3,7 @@ FaceFusion
|
||||
|
||||
> Next generation face swapper and enhancer.
|
||||
|
||||
[](https://github.com/facefusion/facefusion/actions?query=workflow:ci)
|
||||
[](https://github.com/facefusion/facefusion/actions?query=workflow:ci)
|
||||
|
||||
|
||||
Preview
|
||||
|
Loading…
Reference in New Issue
Block a user