avatarify-python
avatarify-python copied to clipboard
Avatarify is no longer responding
Describe the bug
To Reproduce
Info (please complete the following information):
- OS (e.g., Linux):
- GPU model:
- Any other relevant information:
Logs run_windows.bat --is-client --in-addr tcp://4.tcp.ngrok.io:19393 --out-addr tcp://8.tcp.ngrok.io:14732
You mean
Google colab no longer works. It’s doesn’t load up On Sun, Sep 17, 2023 at 2:44 AM SanPatrick01 @.***> wrote:
You mean
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1722407610, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPEDKZAE3VJWXXBY2PHLX22L6BANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
You don't have , a laptop with GPU
No, why?
I use google colab too run an online GPU On Sun, Sep 17, 2023 at 6:28 AM SanPatrick01 @.***> wrote:
You don't have , a laptop with GPU
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1722445979, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPEEBUSTOKC4RS2V3EGLX23GGRANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
But now I think it’s either the NGORK authtoken that’s not working any longer
On Sun, Sep 17, 2023 at 6:29 AM Emmanuel Udeh @.***> wrote:
No, why?
I use google colab too run an online GPU
On Sun, Sep 17, 2023 at 6:28 AM SanPatrick01 @.***> wrote:
You don't have , a laptop with GPU
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1722445979, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPEEBUSTOKC4RS2V3EGLX23GGRANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug
To Reproduce
Info (please complete the following information):
OS (e.g., Linux):
GPU model:
Any other relevant information:
Logs run_windows.bat --is-client --in-addr tcp://4.tcp.ngrok.io:19393 --out-addr tcp://8.tcp.ngrok.io:14732
Google colab avatarify is stuck on loading predictor and won’t pop up avatarify cam anymore
Describe the bug To Reproduce Info (please complete the following information):
- OS (e.g., Linux):
- GPU model:
- Any other relevant information:
Logs run_windows.bat --is-client --in-addr tcp://4.tcp.ngrok.io:19393 --out-addr tcp://8.tcp.ngrok.io:14732
Google colab avatarify is stuck on loading predictor and won’t pop up avatarify cam anymore
Yes, it doesn't pop up anymore... what's going on please @alievk
I've never used colab, and if I remember correctly the scripts that allowed running avatarify-python there were contributed by someone else so alievk might not know the answer either.
Either way, this project is not actively maintained, and hasn't been for years, so don't expect anyone to fix problems for you. However since the project is open source, feel free to submit a PR if there is something that needs to be updated.
any solution to google colab issue yet?.....it does not load up any longer. i think the problem starts from cell number 4 on google colab as it does not install completely then throws back the following error..
fatal: destination path 'fomm' already exists and is not an empty directory. Collecting face-alignment==1.0.0 Using cached face_alignment-1.0.0-py2.py3-none-any.whl (22 kB) Collecting msgpack_numpy Using cached msgpack_numpy-0.4.8-py2.py3-none-any.whl (6.9 kB) Collecting pyyaml==5.1 Using cached PyYAML-5.1.tar.gz (274 kB) error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
Exactly what I thought, it doesnt download the pyyaml-5.1
On Wed, Sep 20, 2023 at 3:23 AM solid-cmd @.***> wrote:
any solution to google colab issue yet?.....it does not load up any longer. i think the problem starts from cell number 4 on google colab as it does not install completely then throws back the following error..
fatal: destination path 'fomm' already exists and is not an empty directory. Collecting face-alignment==1.0.0 Using cached face_alignment-1.0.0-py2.py3-none-any.whl (22 kB) Collecting msgpack_numpy Using cached msgpack_numpy-0.4.8-py2.py3-none-any.whl (6.9 kB) Collecting pyyaml==5.1 Using cached PyYAML-5.1.tar.gz (274 kB) error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1727117603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPECE5H6SC2CFG472Z5LX3KKWBANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
okay i figured it out.......just change the ppyaml version to 6.0.1 which is the latest version of the package....i think the 5.1 version is outdated and won't install.
okay i figured it out.......just change the ppyaml version to 6.0.1 which is the latest version of the package....i think the 5.1 version is outdated and won't install.
after this will the avatarify cam pop up because that is the same challenge i am facing
any solution to google colab issue yet?.....it does not load up any longer. i think the problem starts from cell number 4 on google colab as it does not install completely then throws back the following error..
fatal: destination path 'fomm' already exists and is not an empty directory. Collecting face-alignment==1.0.0 Using cached face_alignment-1.0.0-py2.py3-none-any.whl (22 kB) Collecting msgpack_numpy Using cached msgpack_numpy-0.4.8-py2.py3-none-any.whl (6.9 kB) Collecting pyyaml==5.1 Using cached PyYAML-5.1.tar.gz (274 kB) error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
I usually run this code without adding the version numb and it runs and work fine until avatarify cam stop popping up.
please is yours working fine now?
I'm having a similar problem can someone please help me?
Here the solution
On Wed, Sep 27, 2023 at 4:29 PM davidlorex @.***> wrote:
[image: My problem right now] https://user-images.githubusercontent.com/145997585/270634639-a12f1197-b9a3-4709-95b7-308c5eda4022.png
I'm having a similar problem can someone please help me?
I can help you. Ask for help in my mail @.***
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1738034402, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPEHA2HJQZGAHND2CY6TX4SEA5ANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
This David lorex is a heavy scam, don't send his email any mgs...
@okieszion if you have any evidence that someone is scamming others please report them to github.
Unfortunate github doesn't provide any useful moderation tools. I've tried reporting people who were spamming the repository or those who I suspected tried to scam others, but github ignored it since I couldn't provide evidence.
okay i figured it out.......just change the ppyaml version to 6.0.1 which is the latest version of the package....i think the 5.1 version is outdated and won't install.
How do I change the ppyaml to 6.0.1?
Don't fall for scam... I made my installation easy. If you're too lazy to install dm I charge and it's payment after I deliver your work, but if you can't afford to pay cos of your mindset that the app is free so I should leave ever m busy with to do an 1 installation for you without getting Paid. Don't worry I also have an installation guide and video on YouTube. You can look up to it ... signed Mickeygem
How much do you charge?
On Sat, Sep 30, 2023 at 5:32 AM SanPatrick01 @.***> wrote:
Don't fall for scam... I made my installation easy. If you're too lazy to install dm I charge and it's payment after I deliver your work, but if you can't afford to pay cos of your mindset that the app is free so I should leave ever m busy with to do an 1 installation for you without getting Paid. Don't worry I also have an installation guide and video on YouTube. You can look up to it ... signed Mickeygem
— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/661#issuecomment-1741725272, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHKPEAOOVBBDIVMW4B67ATX47RKFANCNFSM6AAAAAA43NAE4Q . You are receiving this because you authored the thread.Message ID: @.***>
The solution to the problem is already provided here, if you want proof of that other guys scam, chat me WhatsApp, +2348036869189
okay i figured it out.......just change the ppyaml version to 6.0.1 which is the latest version of the package....i think the 5.1 version is outdated and won't install.
How do I change the ppyaml to 6.0.1?
Edit the cell manually before you run.....5.1 to 6.0.1
i am currently using avatarify on my normal pc without GPU Graphics. i can teach you how to install it for a little token. message me on whatsapp: +2348034378263
How much do you charge?
On Sat, Sep 30, 2023 at 5:32 AM SanPatrick01 @.***>
wrote:
Don't fall for scam... I made my installation easy. If you're too lazy to
install dm I charge and it's payment after I deliver your work, but if you
can't afford to pay cos of your mindset that the app is free so I should
leave ever m busy with to do an 1 installation for you without getting
Paid. Don't worry I also have an installation guide and video on YouTube.
You can look up to it ...
signed
Mickeygem
—
Reply to this email directly, view it on GitHub
https://github.com/alievk/avatarify-python/issues/661#issuecomment-1741725272,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AZHKPEAOOVBBDIVMW4B67ATX47RKFANCNFSM6AAAAAA43NAE4Q
.
You are receiving this because you authored the thread.Message ID:
@.***>
Depends on what you can offers .. but my video is out there.
okay i figured it out.......just change the ppyaml version to 6.0.1 which is the latest version of the package....i think the 5.1 version is outdated and won't install.
How do I change the ppyaml to 6.0.1?
Edit the cell manually before you run.....5.1 to 6.0.1
This the solution everyone please don't fall for scam this solved my problem thanks bro
Ngrok token no longer works for this project for months now. It only works on gaming laptops. If you have any PC's with a GTX 1060 and above and AMD rtx cards contact +2349064208435 on WhatsApp. Quick fix
It works Visits my channel on YouTube and see the videos Please also subscribe, don't only watch
https://youtu.be/wOGMdQ1IK1c this will help
https://youtu.be/_NxqtglvfI0?si=N8jlrTSX96GFSJ5k
Follow this step by step process . Or contact me for assistance on whatsapp https://wa.me/2349064294913
Follow this step to get it working https://youtu.be/UnDCMPKywY8 Or contact my whatapp https://wa.me/message/GXQYWX4XRTXGB1