Process exited,I tried for two weeks and it didn't work

The Extraction process failing on you, and you aren't getting an error back with clear instructions? Tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Extraction process. If you want to get tips, or better understand the Extract process, then you should look in the Extract Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
gby2274
Posts: 1
Joined: Fri Nov 04, 2022 2:35 am
Has thanked: 1 time

Process exited,I tried for two weeks and it didn't work

Post by gby2274 »

My network environment can't use the installer, so I followed the instructions to install it manually

Image

Code: Select all

 C:\Users\m1843\faceswap>python update_deps.py
INFO     Updating dependencies...
Setting Faceswap backend to NVIDIA
INFO     Setup in Windows 10
INFO     Installed Python: 3.8.13 64bit
INFO     Running in Conda
INFO     Running in a Virtual Environment
INFO     Encoding: cp936
INFO     Installed pip: 22.3
INFO     All Dependencies are up to date
INFO     Dependencies updated

(faceswap) C:\Users\m1843\faceswap>python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"
Setting Faceswap backend to NVIDIA

============ System Information ============
encoding:            cp936
git_branch:          master
git_commits:         bfaa465 Bugfix - Alignments tool. Use full path when updating png header. d1a7f7a bugfix: Don't error if preview unsuccessfully read. 2e8ef5e GUI - Preview updates   - Training preview. Embed preview pop-out window   - Bugfix - convert/extract previews. dab823a Typing - lib.gui.display_command. a7c3159 docs update
gpu_cuda:            11.2
gpu_cudnn:           No global version found. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: NVIDIA GeForce RTX 3050 Ti Laptop GPU
gpu_devices_active:  GPU_0
gpu_driver:          522.06
gpu_vram:            GPU_0: 4096MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.25236-SP0
os_release:          10
py_command:          -c
py_conda_version:    conda 4.12.0
py_implementation:   CPython
py_version:          3.8.13
py_virtual_env:      True
sys_cores:           12
sys_processor:       Intel64 Family 6 Model 141 Stepping 1, GenuineIntel
sys_ram:             Total: 16128MB, Available: 6987MB, Used: 9140MB, Free: 6987MB

Code: Select all

Loading...
Setting Faceswap backend to NVIDIA
11/04/2022 10:38:39 INFO Log level set to: INFO
11/04/2022 10:38:43 INFO Loading Detect from S3Fd plugin...
11/04/2022 10:38:43 INFO Loading Align from Fan plugin...
11/04/2022 10:38:43 INFO Loading Mask from Components plugin...
11/04/2022 10:38:43 INFO Loading Mask from Extended plugin...
11/04/2022 10:38:43 WARNING Not enough free VRAM for parallel processing. Switching to serial
11/04/2022 10:38:43 INFO Reset batch sizes due to available VRAM: Detect: 1
11/04/2022 10:38:43 INFO Starting, this may take a while...
11/04/2022 10:38:43 INFO Output Directory: C:\Users\m1843\Desktop\b

11/04/2022 10:38:44 INFO Initializing S3FD (Detect)...
11/04/2022 10:38:47 INFO Initialized S3FD (Detect) with batchsize of 1

Process exited.
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Process exited,I tried for two weeks and it didn't work

Post by torzdf »

Your global Cuda is conflicting. I do not know if this is the only issue, as there is not enough information in your post to evaluate your install environment.

In the first instance do this (follow all steps).
app.php/faqpage#f1r1

If it does not fix the issue please post back following the information here:
app.php/rules#rule-4b

My word is final

Locked