demo inference speed is very slow
Opened this issue · 1 comments
dreamer121121 commented
excellent work!, i tried the hipie-main demo, but i found the speed is very slow about 1min for a img, could you give some advices?
jacklishufan commented
the default demo notebook is using cpu. Try use GPU instead by changing device='cpu'
to device='cuda'