Skip to content

Upscaling #855

Answered by C0untFloyd
RoopUser asked this question in Q&A
Discussion options

You must be logged in to vote

Yes this sounds normal. For upscaling/pixel boost the original face is sliced into different sections (using your cpu) into a resolution of 128x128. That sliced version is then face swapped and stored in memory. This is repeated, 4 times when using 512px. At the end all those slices will be merged into the 512x512 version (again using numpy on your cpu). So this is like doing multiple swapping steps + the added overhead of merging into the final result.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RoopUser
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants