ElevenLabs Voice Design Preview 2023-04-18T10!14!58.375Z

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

Requirements

A good laptop

good network

ram up to 8gb

disable all antivirus or uninstall

disable windows antivirus

uninstall manycam or any other camera

We need to install a few dependencies on Windows first.

1- Install Git -
https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-
2.40.1-64-bit.exe

2- Install Miniconda Python - https://repo.anaconda.com/miniconda/Miniconda3-


latest-Windows-x86_64.exe

Install all downloaded software

after all software is being installed.

Open anaconda propmt (miniconda3)

NOTE - always press enter after you input a code

clone the avatarify folder with below code

git clone https://github.com/alievk/avatarify.git

after cloning the avatarify folder

input below code to activate

cd avatarify

video guide on this

https://www.youtube.com/watch?v=UB-9wlsV81s

Open any browser and sign in google account...

open ngrok account


https://dashboard.ngrok.com/login

you can sign in using the google account to make it faster


after you're in. You'd see Your AUTHTOKEN on the left option bar of the ngrok site
click it and copy your token it looks like
2PJluUbaP6KkiMxAZLljAnFFs8S_3iQdLKU5e17YxQYzQxpwj

thats token above. copy yours and open another tab on the browerser

and search colab avatarify. you can use the below link.

https://colab.research.google.com/github/alievk/avatarify/blob/master/
avatarify.ipynb#scrollTo=YDtPpi77AkQ1

after you've openned that. scroll to where you'd see OPEN NGROK TUNNEL below it you
will see a command like this # Paste your authtoken here in quotes
authtoken = "1cBzFFwzSlaLhlRPXIHJiVLqtiQ_2cVsonJXe52B6DDyp8su7"

all u have to do is to replace the token you copied from ngrok .. double tap the
token there with your mouse and use ctrl v to paste your

# Paste your authtoken here in quotes


authtoken = "2PJluUbaP6KkiMxAZLljAnFFs8S_3iQdLKU5e17YxQYzQxpwj"

make sure you do not delete the quotes ""

now on the colab site you will see Runtime at the to left of the screen click it
and click runall to run the commands
if it ask run anyway click it and if it ask you to sign a google account sign in

wait for it to run once done you scroll down to get what you need for your camera
to come up.

its below Start the client right above logs

you will see mac windows linux

all you need is to copy a code like this under the windows

run_windows.bat --is-client --in-addr tcp://2.tcp.eu.ngrok.io:16545 --out-addr


tcp://2.tcp.eu.ngrok.io:11649

and paste it in your miniconda

errors will pup up


errors like no moudle name yaml, numpy, cv2, etc

note after you solve each error always paste your colab code to know what to fix
next

run_windows.bat --is-client --in-addr tcp://2.tcp.eu.ngrok.io:16545 --out-addr


tcp://2.tcp.eu.ngrok.io:11649
solution...
for yaml input - pip install pyyaml
for numpy input - pip install numpy
for requests input - pip install requests
for cv2 input - conda install opencv
it could ask for yaml again put - pip install pyyaml
for zmq - pip install zmq
for msgpack - pip install msgpack
for msgpack_numpy - pip install msgpack_numpy

after that your camera will pop up


put your face in the red box and press X

to change picture

go to local disk click users click your pc name click avatarify and click avatar
you can replace the picture inside but do not delete the white file in there.

how to use with obs

Run OBS Studio. In the Sources section, press on Add button ("+" sign), select
Windows Capture and press OK. In the appeared window, choose "[python.exe]:
avatarify" in Window drop-down menu and press OK. Then select Edit -> Transform ->
Fit to screen.

open your calling app and change video sourse to obs

DM for any errors

You might also like