Search found 1760 matches
- Thu Jun 30, 2022 9:33 am
- Forum: Training Discussion
- Topic: Blurry faces
- Replies: 6
- Views: 107
Re: output face is blurry
- Wed Jun 29, 2022 11:35 pm
- Forum: Training Support
- Topic: Training Continuation Error: Unknown config_item: RandomNormal
- Replies: 1
- Views: 13
Re: Training Continuation Error: Unknown config_item: RandomNormal
- Wed Jun 29, 2022 9:37 am
- Forum: Convert Support
- Topic: mismatch frame rate (output & original)
- Replies: 1
- Views: 5
Re: mismatch frame rate (output & original)
- Tue Jun 28, 2022 9:49 am
- Forum: Convert Support
- Topic: Not converting multiple faces in one frame
- Replies: 9
- Views: 115
Re: Not converting multiple faces in one frame
I have pushed an update to revert this change. I will probably need to revisit in the future, but it should solve your issues for now.
- Sun Jun 26, 2022 4:42 pm
- Forum: Installation Support
- Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Replies: 8
- Views: 67
Re: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Sun Jun 26, 2022 10:07 am
- Forum: Extract Discussion
- Topic: Why is extraction slow
- Replies: 1
- Views: 31
Re: Why is extraction slow
- Sun Jun 26, 2022 10:04 am
- Forum: Installation Support
- Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Replies: 8
- Views: 67
Re: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Sun Jun 26, 2022 12:16 am
- Forum: Installation Support
- Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Replies: 8
- Views: 67
Re: GPU not being recognized though it's definitely there (even visible in sysinfo)
- Fri Jun 24, 2022 9:25 am
- Forum: Convert Support
- Topic: numpy.core._exceptions._ArrayMemoryError: Unable to allocate 31.6 MiB for an array with shape (1080, 1920, 4) and data t
- Replies: 2
- Views: 26
Re: numpy.core._exceptions._ArrayMemoryError: Unable to allocate 31.6 MiB for an array with shape (1080, 1920, 4) and da
You're basically running out of system memory. Try reducing the number of jobs running (near the bottom of the convert tab)
- Fri Jun 24, 2022 2:04 am
- Forum: Installation Support
- Topic: ValueError: Unknown layer: Functional
- Replies: 3
- Views: 21
Re: Unsupported Operand Type(s) Error
You have an Nvidia GPU but you have installed Faceswap for AMD.
Delete the Faceswap folder and reinstall for Nvidia
- Thu Jun 23, 2022 6:23 pm
- Forum: Training Support
- Topic: Critical error
- Replies: 1
- Views: 23
Re: Critical error
Please post the full crash report from the faceswap folder when posting issues.
However, I'm pretty sure here that you have images in the timelapse folder that does not exist in your training folder.
- Thu Jun 23, 2022 10:54 am
- Forum: Convert Support
- Topic: Not converting multiple faces in one frame
- Replies: 9
- Views: 115
Re: Not converting multiple faces in one frame
The main problem with this is that the numbering is entirely arbitrary, and interrupting the convert process for user input not straightforward
- Wed Jun 22, 2022 10:43 am
- Forum: Training Discussion
- Topic: Is "load weights" the right way to go if I only need the B part?
- Replies: 3
- Views: 76
Re: Is "load weights" the right way to go if I only need the B part?
I don't know if it will be better, it may be or it may not. I've never really tested at length so don't know how much the encoder information gets rewritten. I certainly no of people who do what you are saying though and just keep re-using their encoder.
- Wed Jun 22, 2022 10:41 am
- Forum: Convert Support
- Topic: Not converting multiple faces in one frame
- Replies: 9
- Views: 115
Re: Not converting multiple faces in one frame
- Wed Jun 22, 2022 10:39 am
- Forum: Convert Support
- Topic: Critical Error on Large Files
- Replies: 1
- Views: 33
Re: Critical Error on Large Files
On, convert, yes. Full frames take a lot of RAM, You can try reducing the number of parallel processes to use less RAM.
- Wed Jun 22, 2022 10:38 am
- Forum: Training Support
- Topic: [DFL-SAE] Is it possible to change the input resolution during training?
- Replies: 1
- Views: 27
Re: [DFL-SAE] Is it possible to change the input resolution during training?
No it is not. A model is defined based on its input/output size. You cannot change this for saved models. You will need to create a new model with a larger input size and start again.
- Wed Jun 22, 2022 10:35 am
- Forum: Installation Support
- Topic: Amd GPU cannot open GUI
- Replies: 4
- Views: 91
Re: Amd GPU cannot open GUI
you need to install git.
The easiest way to do this is to run the windows installer as it does this for you:
https://github.com/deepfakes/faceswap/r ... tag/v2.0.0
- Wed Jun 22, 2022 10:33 am
- Forum: Installation Support
- Topic: ValueError: Unknown layer: Functional
- Replies: 3
- Views: 21
- Sun Jun 19, 2022 11:06 am
- Forum: Training Discussion
- Topic: Is "load weights" the right way to go if I only need the B part?
- Replies: 3
- Views: 76
Re: Is "load weights" the right way to go if I only need the B part?
- Sat Jun 18, 2022 10:26 am
- Forum: Installation Support
- Topic: Unsupported Operand Type(s) Error
- Replies: 1
- Views: 48
Re: Unsupported Operand Type(s) Error
Yes, this was a bug. I have pushed an update which should fix this.