Fibonacci134

Results 55 comments of Fibonacci134

> You need at least 8GB GPU, 11GB is recommended. Thank you for the answer. Wonder if there's a way to run it on a lower spec gpu. Lol thank...

> Im running sberswap on gtx1060 6GB. Works perfect on a pictures and videos needs to be less than 20 seconds. Thanks for the info bro.

Stop teasing us man loll release the kraken!! 😊

I believe he means with the current model, in which case not much can be done. you can play with the masking and the swapped img a bit if youre...

Hey, its because pytorch is probably compatible with your original card and is still looking for it. If you're using Windows, make sure you completely removed the drivers for the...

Go into your temp_result and use ffmpeg to convert into video. ffmpeg -f image2 -framerate 25 -i frame_%07d.jpg -vcodec libx264 -crf 22 video.mp4 Just confirm how frame_ is written i...

What you're referring to is a trained model. At this time they have not released training codes only testing. My suggestion to you is to use alternate pictures and test...

Its quite simple, go to videoswap.py and on the bottom where you see jpg , just replace it with png. The difference is quite noticable. You can also set up...

No problem at all! i uploaded the videoswap.py and i will be posting a tutorial on how to use GFPGAN to enhance. will also post reverse2original.py that is a bit...

Yes GFGPAN is amazing!! quick tip, if you want to just enhance the face (its a lot quicker) you can add --bg_upsampler none and it'll only do the faces. you...