TencentARC / PhotoMaker

PhotoMaker
https://photo-maker.github.io/
Other
8.63k stars 676 forks source link

It is possible to speed up the processing process by 100 times using the GPU #46

Open pichugin-i opened 5 months ago

pichugin-i commented 5 months ago

Just as an idea, there is an opportunity to improve processing performance if anyone has experience writing code using GPUs. (Parallel work). I heard that processing was done via GPU for another project that processes video, also via Python.

https://github.com/pichugin-i/roop Here is an example of using threads for the GPU.