modelscope / facechain

FaceChain is a deep-learning toolchain for generating your Digital-Twin.
Apache License 2.0
9.14k stars 856 forks source link

Can facechain be deployed on multiple Gpus for concurrent training and inference? #602

Closed woshiodoman closed 1 month ago

woshiodoman commented 2 months ago

Can facechain be deployed on multiple Gpus for concurrent training and inference?

sunbaigui commented 2 months ago

@You-Cun please check this.

You-Cun commented 2 months ago

Currently we do not support training and inference on multiple GPUs in Gradio interface. It is suggested to modify run_inference.py for multiple GPU for script execution.

woshiodoman commented 2 months ago

Currently we do not support training and inference on multiple GPUs in Gradio interface. It is suggested to modify run_inference.py for multiple GPU for script execution.

Thank you so much, I'll try it.