I have to tell you - this is the ONLY way I have been able to install DeepFaceLive. Still trying to get DeepFace itself installed. Looks like using your video to install DeepFaceLive made the install of DeepFace super easy! Thanks a million times!!!!
I successfully installed everything and it's working but the problem am having is that it's using my CPU instead of my GeForce RTX 2070 and now the face detector is running 5 FPS and face animator is running 0 FPS and there's no option to choose from only my CPU and this makes the stream output average FPS 5.9 How do i fit this ?
In many of these cases, the problem is that the program expects X version but you have a later Y version installed. Try backing up a couple versions and install that. See if the program uses it then. If it does or does not - you can then upgrade the driver and see if the program will still then see the device. This happened to me. I had to back up three versions, get everything working, and then upgrade my NVidia board. For whatever reason, now both DeepFaceLive and everything else recognizes the driver for my NVidia board.
@@szymongajd7504 Ok, I would check to see if the proper paths are in your environment variables. These are usually found in the Control Panel->System->Advanced Options->Environment Variables. Check both the LOCAL and GLOBAL (the top/bottom panels) for a PATH variable. If there isn't anything there to run Python or the DeepFaceLive program - you will have to add them. In those cases, I usually make a new variable in the LOCAL/top panel. I call it DeepFaceLive_path as the name and then put in the path to the directory on the right (or lower) panel. THEN, in the LOCAL/Top PATH entry, select it, say you want to edit it, go to the END of the long string of paths and simply put (no quotes of course) ";DeepFaceLive_path". That will add it to your path. Then you save everything. Then you have to open a NEW CLI window and try it.
hello i got this error: ModuleNotFoundError: No module named 'cv2' when i try to pip install cv2 i got this : ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2
Hello thank you for such a nice demonstration. My app opens but I face an error with face alignment , camera source turns to stop when I choose the camera source 😢 can you help . It does give me an insight .. To avoid this error in existing code use eg np.int64 or np.int32 ‘ to specify the precision. How do I do this .
No, you do not. Simply open Anaconda prompt. activate the env, navigate to the folder and then run python. Here's a quick video: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
No, you do not. Simply open Anaconda prompt. activate the env, navigate to the folder and then run python. Here's a quick video: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
I have successfully run the deepfacelive but i dont get the full interface of the Software even when i click those sample videos it says (WinError 2) the system cannot find the file specified. 😢 this hurts a lot please i would pay even to have you help me fix this. I really need your help
Been trying to install anaconda on my hp elitebook folio 9480m laptop with 8gb ram but it keeps lagging and never installs. Please what other command prompts can i use?
i can not understand this tutor because their are links to download different releases just beneath the picture,why use python~~but still this may work for some other guys~~thx
Sorry to know about that. All you have to do is download anaconda and install it to your PC. Then download the files from github. Then open anaconda and use the codes used on the video. Check this new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Hi. Thank you for the very explicit explanation. It worked for me yesterday. I closed everything. Today I don't know where to go to start the software. Can you help me ? 😅
Hey, i have a problem, after "Install cv2 another code", i have the next error code : TypeError: __class__ set to defining CSTR as How can I solve it please ? tysm man
while installing h5py, im having a tone of conflict, and then i cant do the run anymore without gettin this error : "from . import _errors ImportError: DLL load failed while importing _errors"
@@tetragrammaton3 i managed to make it work with another way, the stand-alone zero-dependency all-in-one ready-to-use portable self-extracting folder! You don't need to install anything other than video drivers.
I installed it worked fine but the devices modules for my animations and faceswap shows only cpu on its options meanwhile I have nvidia graphics card Gtx 1650 but it only shows cpu as its options how can I change that, please help
Please help, install works perfectly, the App runs, but I cant turn on the camera, I select the device 0: Integrated Webcam and nothing happens, what am I doing wrong pls?
While copying deepfake file address on my python, and running it as directed by you, cd then paste file address, I keep receiving error message saying. 'CMD does not support UNC path as current directory.' Please do you have any suggestions on what to do from here. I'm stuck, thanks. ♥
Run the anaconda prompt again...type "conda activate (deepfake)..according to what you named it . It will load second frame ...copy the deepfake live file folder address and past it, it will load and change to the file name . 3rd frame : type >cd then copy the python ??????? ......... instructions you save on the note pad as directed on the video, and past it there press enter you are done. It will load deepfake screen automatically. enjoy You'll do this for every time you want to run the app
while installing and i got to the CV part after that i do get a massage saying the CSRT class is not define. in the code and when i check the code and run its okay, but the anaconda prompt is saying its not okay can you help with that
I'm using my laptop RTX 2070. After installing it the models doesn't even appear it's only the amination that shows up but it doesn't play and doesn't transform or render. What could be the cause? 2. Can other pictures be use?
It could be because of the internet connection; or please try downloading from the Google Drive (Scroll down on this link): heyletslearnsomething.com/blog/installing-deepfacelive-2024
Do i have to install these modules every time I start Anaconda >? Just yesterday I finished everything (installed all modules) and today it asks to install PyQt6
Thank you for the detailed video but am having issues downloading deep face zip on my pic,pls is there any other option aside deepfake cus I got python installed already
Must I install deepface live zip to use this cause I already have one installed but instead of deepface master it says deepfakelab main. Isit the same thing?
i'm stuck in display error : ModuleNotFoundError: No module named 'xlib' i put command "pip install python-xlib" and "pip install xlib" , now still error😔
You have to launch anaconda prompt Den copy the path to deepface folder then use the command cd "path to aldeepfake" Then after that, the last command u used in launching deepface put it and enter
Could you please provide additional information? Is there anythin else coming up? For now, you can try with a specified version of numpy. Run these 3 commands: 1st: conda remove --force numpy scipy 2nd: pip install numpy==1.24.3 3rd: pip install scipy If it still doesn't work try installing Microsoft Visual C++? Download/run the Visual Studio Installer > "Modify" and install the complete package for Desktop Development with C++.
Good day. I downloaded Python 3.12.2 (though I followed your step by using Python 3.9 while setting up anaconda). Tried running anaconda after the whole installation and set up but it keeps showing me this error. EnvironmentNameNotFound: Could not find conda environment: dee You can list all the discoverable environment with 'conda info --envs' . I've used the code on your description still no changes Please how can I rectify this?
Yes, I followed 7:03 but I keep getting, ImportError: DLL load failed while importing defs: The specified procedure could not be found. but the h5py is successfully installed.
@@WarriorDre-b6j Please try uninstalling h5py and reinstalling it! To uninstall: pip uninstall h5py To reinstall: pip install h5py OR Uninstall: conda uninstall h5py Install: conda install h5py Let us know if this works or not!
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Dell\anaconda3\envs\deepfake\Lib\collections\__init__.py) this messsage error what its means thanks
Thanks for this well explained tutorial. However, after following your steps as explained, I keep getting the error message "Unable to load OpenCL library". What could that be
This typically means that the OpenCL library is missing or not properly configured. Can you please try: pip install pyopencl OR conda install -c conda-forge pyopencl Thanks.
Hi - we just have an update to the video, if you are not able to download from github try Google Download (scroll down below) in this link: heyletslearnsomething.com/blog/installing-deepfacelive-2024
Thanks for the tutorial. I have installed it and it is working perfectly. Please am I going to "OPEN" because the software closed when I closes the "ANACONDA PROMPT"
Yes, anaconda Prompt must be opened to run the program. However, you DO NOT need to install everything from the start. Simply open anaconda prompt > activate the environment (conda activate your_env_name)> navigate to the DeepFaceLive folder (cd C:/......) >> and run the program (python main.py run.................). If you close Anaconda it will be closed. Thanks.
I did it correctly, but So whenever i want to use this app, i will have to go through all these over and over again?😮😢🤦🏻♂️💔💔 Please someone help me.... It's too much to start over and over again 😢😢
Run the anaconda prompt again...type "conda activate (deepfake)..according to what you named it . It will load second frame ...copy the deepfake live file folder address and past it, it will load and change to the file name . 3rd frame : type >cd then copy the python ??????? ......... instructions you save on the note pad as directed on the video, and past it there press enter you are done. It will load deepfake screen automatically. enjoy You'll do this for every time you want to run the app
Hello, Newbie here. I had to install the module "Tensorflow" now the run command for DeepFaceLive wont work. It now says "Invalid Choice: 'run'" Any thoughts? Thanks.
Hello, why do some use pip and some use conda, what is the difference between the two, and what is the use of the following commands when installing PyQt6 (--upgrade --force-reinstall), I hope to get your answer
Hi, well, PIP is the default package manager for Python, which is used to install packages from the Python Package Index (PyPI) and other repositories. On the other hand, conda, despite performing similar tasks, is more powerful. It can find and install packages not only for Python but also for other programming languages. It has its own special places to look for packages, such as Anaconda Cloud and conda-forge. Using the "--upgrade" option ensures that you get the latest version during installation, while "force-reinstall" means installing the packages even if they are already installed. Essentially, using these options will provide you with an upgraded version and will re-install it even if it has already been installed. This can be useful if the package is corrupted or not functioning as intended.
UPDATE: We tried installing it again - Please try this video:
ua-cam.com/video/kwm4nCit7IU/v-deo.html
I have to tell you - this is the ONLY way I have been able to install DeepFaceLive. Still trying to get DeepFace itself installed. Looks like using your video to install DeepFaceLive made the install of DeepFace super easy! Thanks a million times!!!!
@Abigayle-Grace same did you fix it ?
@Abigayle-Grace Remember - you can always Google/search for that string to find out more. :-)
Just a tip: you don't have to copy paste past commands from notebook, just use arrow up till you get to sequence line.
Thanks :)
@@HeyLetsLearnSomethingPlease I need your help
@@HeyLetsLearnSomethingPlease help, I'm getting NameError: name 'instance‘ it not defined when i try enabling face aligner
Bro please what about GTX compatible. Will it work? I don’t have a GTX yet
I successfully installed everything and it's working but the problem am having is that it's using my CPU instead of my GeForce RTX 2070 and now the face detector is running 5 FPS and face animator is running 0 FPS and there's no option to choose from only my CPU and this makes the stream output average FPS 5.9
How do i fit this ?
Can I select an image from my device to do the face swap?
In many of these cases, the problem is that the program expects X version but you have a later Y version installed. Try backing up a couple versions and install that. See if the program uses it then. If it does or does not - you can then upgrade the driver and see if the program will still then see the device. This happened to me. I had to back up three versions, get everything working, and then upgrade my NVidia board. For whatever reason, now both DeepFaceLive and everything else recognizes the driver for my NVidia board.
i keep getting stuck where i have to run deepfacelive it keeps say no such file or directory... pls help
same problem
@@szymongajd7504 Ok, I would check to see if the proper paths are in your environment variables. These are usually found in the Control Panel->System->Advanced Options->Environment Variables. Check both the LOCAL and GLOBAL (the top/bottom panels) for a PATH variable. If there isn't anything there to run Python or the DeepFaceLive program - you will have to add them. In those cases, I usually make a new variable in the LOCAL/top panel. I call it DeepFaceLive_path as the name and then put in the path to the directory on the right (or lower) panel. THEN, in the LOCAL/Top PATH entry, select it, say you want to edit it, go to the END of the long string of paths and simply put (no quotes of course) ";DeepFaceLive_path". That will add it to your path. Then you save everything. Then you have to open a NEW CLI window and try it.
hello i got this error: ModuleNotFoundError: No module named 'cv2' when i try to pip install cv2 i got this : ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2
Please try re-installing using this new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Can you please make a detailed video on how to do live video calls with it in zoom and teams please🙏. You are awesome at explaining things
You are from India you dont have PC for that anyway lol
Connect obs studio
@@LOL_MANN mean
@@einsteincoins Not mean, real, every my friend from india got prehistoric PC from 2000s
@@LOL_MANN you make no sense
eroor occued: ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\anaconda3\Lib\collections\__init__.py how to solve?
@Abigayle-Grace me too
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\anaconda3\Lib\collections\__init__.py)
Pip install onnx
Read time out.
Pls what should I do next. How will I install it
Hello thank you for such a nice demonstration. My app opens but I face an error with face alignment , camera source turns to stop when I choose the camera source 😢 can you help . It does give me an insight .. To avoid this error in existing code use eg np.int64 or np.int32 ‘ to specify the precision. How do I do this .
hey have you solve it, i have the same problem as you and dont know how to fix
Same how do I fix it
Mine keep showing me error messages after i copy and paste the url address of the deepface file
im having this issue "ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Admin\.conda\envs\deepfake\lib\collections\__init__.py)"
Please how did resolve it?
Hy sr thanks the program run successfully but i have a question . Do i have to type this code all the time to open deepfacelab 😢
No, you do not. Simply open Anaconda prompt. activate the env, navigate to the folder and then run python. Here's a quick video: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
TypeError: __class__ set to defining CSTR as .. What can be done to correct this error
I don’t know if you will reply me I did everything while trying to create the python , it just keeps showing me error 😢
Works for me but after closing the DeepFace how do you open it back? Because I can’t find it on my computer
No, you do not. Simply open Anaconda prompt. activate the env, navigate to the folder and then run python. Here's a quick video: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
what is going on my application is showing me cpu instead of my nividia
Same here
Same here
Same here have you been able to solve the issue
Got any answer?
it means that your pc is intel processor not nvidia or your graphic card is not nvidia...
I installed it successfully, but realtime face swap is super lagging. Is there any setup I can apply to improve this lagging?
how can i save the merged video directly....it is giving me an complicated image sequence which i am unable to convert into a video plzz help''
I have successfully run the deepfacelive but i dont get the full interface of the Software even when i click those sample videos it says (WinError 2) the system cannot find the file specified. 😢 this hurts a lot please i would pay even to have you help me fix this. I really need your help
Been trying to install anaconda on my hp elitebook folio 9480m laptop with 8gb ram but it keeps lagging and never installs. Please what other command prompts can i use?
Please I am trying to install mine on my intel HP 11pro but the tutorial is saying different thing my pc is telling me what can be done?
Please help, I'm getting NameError: name 'instance‘ it not defined when i try enabling face aligner
i can not understand this tutor because their are links to download different releases just beneath the picture,why use python~~but still this may work for some other guys~~thx
Sorry to know about that. All you have to do is download anaconda and install it to your PC. Then download the files from github. Then open anaconda and use the codes used on the video. Check this new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Hi. Thank you for the very explicit explanation. It worked for me yesterday. I closed everything. Today I don't know where to go to start the software. Can you help me ? 😅
Hi. To re-run the installed application please check this short video: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
Hey, i have a problem, after "Install cv2 another code", i have the next error code : TypeError: __class__ set to defining CSTR as
How can I solve it please ? tysm man
Did you find out?
This could possibly be the package error. Please try re-installing using this new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
After entering the command Cd and copy the file link, when I want to run deepfacelive dey reply with no such file, how can I fix it
Please copy the folder link. THanks
while installing h5py, im having a tone of conflict, and then i cant do the run anymore without gettin this error : "from . import _errors
ImportError: DLL load failed while importing _errors"
Please try: pip install --upgrade h5py and see if it works. If it doesn't try pip install h5py==3.7.0
@@HeyLetsLearnSomething i actually removed everythings and it comes that if i just use the alternate way to dl CV2, no errors show up after. thx
@@HeyLetsLearnSomething Now im stuck in an "[WinError 2]" when i'm choosin a video file. Do you have any idea ?
I'm at this error as well
@@tetragrammaton3 i managed to make it work with another way, the stand-alone zero-dependency all-in-one ready-to-use portable self-extracting folder! You don't need to install anything other than video drivers.
Pls help mine is saying error one of the arguments --name prefix is required
I installed it worked fine but the devices modules for my animations and faceswap shows only cpu on its options meanwhile I have nvidia graphics card Gtx 1650 but it only shows cpu as its options how can I change that, please help
+1
I have the same issues too.
I have the same issue
Same issue with RTX 3070. Did you find something ?
Same issues.. Did you find a solution please
Please help, install works perfectly, the App runs, but I cant turn on the camera, I select the device 0: Integrated Webcam and nothing happens, what am I doing wrong pls?
My cam is turning on but the alignment isn’t working
Does it work on Mac book air
您好,我想把deepface的使用设备从CPU改为我的电脑的显卡该如何操作呢?😁
Pls did u later find how to do this ???
How can you add your own dmf to it
mỗi lần sử dụng phải thao tác lại từ đầu à bạn không mở được trực tiếp như fies .exe à bạn cảm ơn
While copying deepfake file address on my python, and running it as directed by you, cd then paste file address, I keep receiving error message saying. 'CMD does not support UNC path as current directory.'
Please do you have any suggestions on what to do from here. I'm stuck, thanks. ♥
If your directory path has any spaces in it (or some special characters) you must enclose it in double quotes. Example: C:\This is my directory
I successfully installed the application, but it’s only using my CPU, and no option for my GPU there. What do I do? @HeyLetsLearnSomething
Pls did u get a solution
@@emperoraries2349 no, I did not
Men, everyone is succeeding it’s not working for me I will need some help
Same here have you figured it out
Can you remotely install it for me?
I followed all your instructions and it worked but how do I open the program again after i've closed it now that it's installed.
i got the same problem lol... did you find a way ?
Run the anaconda prompt again...type "conda activate (deepfake)..according to what you named it .
It will load second frame ...copy the deepfake live file folder address and past it, it will load and change to the file name .
3rd frame : type >cd then copy the python ??????? ......... instructions you save on the note pad as directed on the video,
and past it there press enter you are done. It will load deepfake screen automatically. enjoy
You'll do this for every time you want to run the app
@@hdmiliondyce182 you are the man of this situation bro
Can you please host your file on a google drive please
@@hdmiliondyce182 pls i am stuck at where i copied and pasted the folder address its showing me main py run error
while installing and i got to the CV part after that i do get a massage saying the CSRT class is not define. in the code and when i check the code and run its okay,
but the anaconda prompt is saying its not okay
can you help with that
any fix yet?
We are making a new video on DeepFaceLive...will publish it by tomorrow! Thanks.
Which bank does accept for payment
I'm using my laptop RTX 2070. After installing it the models doesn't even appear it's only the amination that shows up but it doesn't play and doesn't transform or render. What could be the cause?
2. Can other pictures be use?
This looks like the type of installation that would hugely benefit from a requirements.txt file
Indeed! Requirements.txt file includes all the info and dependencies for this to work :)
I tried downloading the DeepFace master zip but it keeps loading for more than an hour. How many MB does it take? I need a solution pls🙏🙏
Please try to download it using th google Drive link : ua-cam.com/video/kwm4nCit7IU/v-deo.html
Zip file is empty why?
It could be because of the internet connection; or please try downloading from the Google Drive (Scroll down on this link): heyletslearnsomething.com/blog/installing-deepfacelive-2024
xlib. avecl. Buffer not able installed how to solve? Can anyone help me out please..
Do i have to install these modules every time I start Anaconda >? Just yesterday I finished everything (installed all modules) and today it asks to install PyQt6
That's a little strange; you do not require to install all libraries every time once it is done. Did you activate the previous env?
pip install -r requirements.txt fail
Can you help me how to fix
My Deepfacelive isn't running, showing me error unrecognised argument
Just uploaded a new video..please try : ua-cam.com/video/kwm4nCit7IU/v-deo.html
each time I type y it says 'y' is not recognised as an internal or external operable program or batch file
Not sure where the error is; can you try with our new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Thank you for the detailed video but am having issues downloading deep face zip on my pic,pls is there any other option aside deepfake cus I got python installed already
Stuck at onxruntime
Error: could not find a version that satisfies the requirement on runtime
Error: no matching distribution found for onxruntime
Same here..im stuck at cv2
Create deepfake videos (Face Swap) with Roop AI: ua-cam.com/video/uRFH8tYM9j4/v-deo.html
I’m having this issue “importError: cannot import name ‘Iterable from collections. Please how do I resolve it?
@Abigayle-Grace me too bro
How can I get NVIDIA gpu on my win11 apparently tried installing it but my laptop doesn’t meet the requirements… is there anything that can be done?
In these cases - always back up two or three versions and try installing THAT and then try just updating/upgrading what you have installed.
can someone help me, i have installed it but if i click on enter it can't load 😫 😢
Went well until the h5py.
After that I get: failed with the initial frozen solve. Retrying with flexibile solve.What next?
Please try: pip install --upgrade h5py and see if it works. If it doesn't try pip install h5py==3.7.0
Thanks.
Must I install deepface live zip to use this cause I already have one installed but instead of deepface master it says deepfakelab main. Isit the same thing?
Just follow the instructions man.
I have successfully created my conda deepfacelive live environment, how do I access the deefacelive anytime I want to use it again
You can simply activate the env and run the program. Here is how you can do it: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
SIR i already did what you said but C:\Users\kmcab\OneDrive\Desktop\DeepFaceLive-master\main.py': [Errno 2] No such file or directory
Just uploaded a new video..please try : ua-cam.com/video/kwm4nCit7IU/v-deo.html
please how do i install this on macbook air?
Please install anaconda for Mac. Thanks.
i'm stuck in display error : ModuleNotFoundError: No module named 'xlib'
i put command "pip install python-xlib" and "pip install xlib" , now still error😔
Please try upgrading pip using the following...and try installing xlib
pip install --upgrade pip
pip install --upgrade setuptools
pip install python-xlib
@@HeyLetsLearnSomething i'll try again , thank bro❤
@@HeyLetsLearnSomething I installed the app but it is only using my CPU and no option to use my GPU and I’m using Nvidia 3050. Please help me out.
@WNVoot did it work for you? I'm having same issue
Good job! How can I lunch deepfacelive with Anaconda after exiting it?
Same problem with me. Do we have to start all over again?
You have to launch anaconda prompt
Den copy the path to deepface folder then use the command
cd "path to aldeepfake"
Then after that, the last command u used in launching deepface put it and enter
ImportError: DLL load failed while importing _errors: The specified procedure could not be found.
Please help
Could you please provide additional information? Is there anythin else coming up?
For now, you can try with a specified version of numpy. Run these 3 commands:
1st: conda remove --force numpy scipy
2nd: pip install numpy==1.24.3
3rd: pip install scipy
If it still doesn't work try installing Microsoft Visual C++? Download/run the Visual Studio Installer > "Modify" and install the complete package for Desktop Development with C++.
works perfectly. Connect so i help you install
Is Radeon 6500m gpu of 4gb enough to run it smoothly. Please reply
how to fix TypeError: __class__ set to defining CSTR as brooo
Could be package issue; Please check our new video and see if this helps: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Hi i have issue after installing it the pictures dont show nothig show please help
Same issue
Thanks sir ❤ I really appreciate
I finally installed it but it can’t access my camera
Hello. Am trying to download the Zip but the file is not opening. Thank you
I have the same problem: I try to download Zip more than 10 times and then I get an error message.
Please my is Working but after ..I restart my computer.. I can't find the deepfake app window again
Please open anaconda and simply activate the env and run the program. Here is how you can do it: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
Good day. I downloaded Python 3.12.2 (though I followed your step by using Python 3.9 while setting up anaconda). Tried running anaconda after the whole installation and set up but it keeps showing me this error.
EnvironmentNameNotFound: Could not find conda environment: dee
You can list all the discoverable environment with 'conda info --envs' .
I've used the code on your description still no changes
Please how can I rectify this?
I read articles on overstackflow, they said DFL only supported on python 3.8-9
Only works with python 3.9. Anyway please try with another updated video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Can you please help us host the file you download to a google drive…..it is not after downloading please
Sure, just added the Google Drive link to it too: heyletslearnsomething.com/blog/install-deepfacelive-windows
can i do this on a macbook pro m1?
Please install anaconda for MAC and try! Thanks.
Hello, I am having difficulties installing h5py
What exactly is the issue? or else please check: 7:03
Yes, I followed 7:03 but I keep getting, ImportError: DLL load failed while importing defs: The specified procedure could not be found. but the h5py is successfully installed.
@@WarriorDre-b6j I am having the same issue. Please let me know if you get a response from the channel. Or a solution.
@@WarriorDre-b6j Please try uninstalling h5py and reinstalling it!
To uninstall: pip uninstall h5py
To reinstall: pip install h5py
OR
Uninstall: conda uninstall h5py
Install: conda install h5py
Let us know if this works or not!
I did that already, I emailed you the full error I get from the terminal.
How do you use the software to do live cam in zoom or whatssapp?
Hi were you able to install it successfully?
What’s d capacity of d file anyone ?
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Dell\anaconda3\envs\deepfake\Lib\collections\__init__.py) this messsage error what its means thanks
Can you please let me know what version of python u are using?
python --version
It's ok I just reinstall the zip folder and they run thanks bro 👌
My python version is Python 3.11.4 and I am facing same error message, how can I resolve this please @@HeyLetsLearnSomething
Thanks for this well explained tutorial. However, after following your steps as explained, I keep getting the error message "Unable to load OpenCL library". What could that be
This typically means that the OpenCL library is missing or not properly configured. Can you please try:
pip install pyopencl
OR
conda install -c conda-forge pyopencl
Thanks.
@@HeyLetsLearnSomething Thanks, I already resolved it by downloading opencl and copying it to sysWOW64 and system32 folders in Windows folder
@@judeleon8485 Great!
@@judeleon8485where did you download the pyopencl file from?
hi please am having issue extracting my deepfacelive master.
i really need help please.
Same here
Please I followed all the instructions but am getting an error
RuntimeError: Unable to load OpenCL library.
Please how do I fix this ?
Thanks 🙏
i can help you but you need to check your system requirements first @sammeditator
u have to follow instruction step by step STEP BY STEP! but your folder way name probpably diferent use your folder place name and not his!
You were install With pip install and you later change to Conda Install. Please can you explain that to me.
Conda prompt is not the regular cmd
i have RTX 2060 is it ok?
After closing the terminal, each time I get to launch deepface do I need to run the anaconda prompt with all the lines of code !?
No you can simply activate the environment and run the last command to use deepface.
@HeyLetsLearnSomething how should I do that because I'm lost right now, I can't find the app anymore on my PC
after going through all the procedures they tell me RuntimeError: Unable to load OpenCL library.
someone help me
Please try the new video we just uploaded: ua-cam.com/video/kwm4nCit7IU/v-deo.html
hello ive downloaded the filles more that 5 times the file is showing empty, and ive also try to unzip but its showing error please i need assistance
Hi - we just have an update to the video, if you are not able to download from github try Google Download (scroll down below) in this link: heyletslearnsomething.com/blog/installing-deepfacelive-2024
TypeError: __class__ set to defining CSTR as .. what can i do to correct this ?
Please try re-installing using this new video: ua-cam.com/video/kwm4nCit7IU/v-deo.html
Thanks for the tutorial. I have installed it and it is working perfectly. Please am I going to "OPEN" because the software closed when I closes the "ANACONDA PROMPT"
Yes, anaconda Prompt must be opened to run the program. However, you DO NOT need to install everything from the start.
Simply open anaconda prompt > activate the environment (conda activate your_env_name)> navigate to the DeepFaceLive folder (cd C:/......) >> and run the program (python main.py run.................). If you close Anaconda it will be closed. Thanks.
@@HeyLetsLearnSomething Thanks for the reply. I'm grateful
@@HeyLetsLearnSomething Please do you have a video tutorial on "HOW TO USE TO FOR VIDEO CALL"?
@@HeyLetsLearnSomethingok
My man has never used the requirements.txt file to download dependencies lol
Do I have to do this whole thing anytime I wanna start the deep face
NO. You can simply activate the env and run the program. Here is how you can do it: ua-cam.com/video/UaWjRnvxmOo/v-deo.html
Can we add it to our pc as an application that shows on our desktop?
Well this is a Python application so to build it as an exe would take quite a lot of time!
ModuleNotFoundError: No module named 'xlib'
Same issue I got… got any solution yet?
Same here
I did it correctly, but So whenever i want to use this app, i will have to go through all these over and over again?😮😢🤦🏻♂️💔💔 Please someone help me.... It's too much to start over and over again 😢😢
Run the anaconda prompt again...type "conda activate (deepfake)..according to what you named it .
It will load second frame ...copy the deepfake live file folder address and past it, it will load and change to the file name .
3rd frame : type >cd then copy the python ??????? ......... instructions you save on the note pad as directed on the video,
and past it there press enter you are done. It will load deepfake screen automatically. enjoy
You'll do this for every time you want to run the app
Hello, Newbie here. I had to install the module "Tensorflow" now the run command for DeepFaceLive wont work. It now says "Invalid Choice: 'run'" Any thoughts? Thanks.
I am having same problem pls how did you resolve yours thanks
Hello, why do some use pip and some use conda, what is the difference between the two, and what is the use of the following commands when installing PyQt6 (--upgrade --force-reinstall), I hope to get your answer
Hi, well, PIP is the default package manager for Python, which is used to install packages from the Python Package Index (PyPI) and other repositories. On the other hand, conda, despite performing similar tasks, is more powerful. It can find and install packages not only for Python but also for other programming languages. It has its own special places to look for packages, such as Anaconda Cloud and conda-forge.
Using the "--upgrade" option ensures that you get the latest version during installation, while "force-reinstall" means installing the packages even if they are already installed. Essentially, using these options will provide you with an upgraded version and will re-install it even if it has already been installed. This can be useful if the package is corrupted or not functioning as intended.
I have been facing runtime error it says unable to load openly library
Please try the new video we just uploaded: ua-cam.com/video/kwm4nCit7IU/v-deo.html
unrecognized argument pls what's the issue
Just uploaded a new video..please try : ua-cam.com/video/kwm4nCit7IU/v-deo.html