hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
34.92k stars 4.93k forks source link

Powershell Script Error with: unrecognized arguments: --frame-processor face_swapper #420

Open ChangDLG opened 3 weeks ago

ChangDLG commented 3 weeks ago

Iam trying to execute the cmdlet via powershell script, all arguments are working well (like --many-faces / --keep-fps etc..) but iam not able to put the frace_enhancer into the command. What is the correct way to setup the command ?

--frame-processor face_swapper --frame-processor face_enhancer ? this will bring up an error: "Error with: unrecognized arguments: --frame-processor face_swapper" or run.py: error: argument --frame-processor: invalid choice: 'FRAME_PROCESSOR' (choose from 'face_swapper', 'face_enhancer')

What is the exact way to use bouth command so that it will sapp faces and also use the enhancer ?

Updatedme commented 3 weeks ago

Have you considered executing these scripts on miniconda Prompt installed of using window powershell

Updatedme commented 3 weeks ago

If you need help installating Deep-live-cam , reach out to me on whatsapp. +2347081306010 https://wa.me/2347081306010 https://wa.me/message/GXQYWX4XRTXGB1

ChangDLG commented 3 weeks ago

Have you considered executing these scripts on miniconda Prompt installed of using window powershell

Its not about the enviorment its about the command itself and how to use it.

Do i need to put in the two commands ? --frame-processor face_swapper --frame-processor face_enhancer ? is it wrong written ? Help from the command line shows: --frame-processor FRAME_PROCESSOR [FRAME_PROCESSOR ...] so its it : --frame-processor FRAME_PROCESSOR [face_swapper] or what is the correct terminology?