Sign inSign up

hajime001/facefusion

By hajime001

•Updated over 2 years ago

Hajime-bot's facefusion Docker Image

Image
0

81

hajime001/facefusion repository overview

⁠Hajime-bot's facefusion Docker Image

⁠RUN Command with CUDA:
docker run  -it --network host --name hjm-facefusion  --gpus all \
-w /facefusion -v ./.assets:/facefusion/.assets --rm \
hajime001/facefusion:2.6.0 python run.py --execution-providers cuda
⁠RUN Command with CUDA and Proxy:
docker run -e https_proxy=http://127.0.0.1:1080 -e http_proxy=http://127.0.0.1:1080 \
-it --network host --name hjm-facefusion  --gpus all \
-w /facefusion -v ./.assets:/facefusion/.assets --rm \
hajime001/facefusion:2.6.0 python run.py --execution-providers cuda

Tag summary

Content type

Image

Digest

sha256:3dc12bd57…

Size

3.1 GB

Last updated

over 2 years ago

docker pull hajime001/facefusion:2.6.0