From 77741163d254995684e70b25a7c71c531a5a2c47 Mon Sep 17 00:00:00 2001 From: Miksu <46541386+ahnl@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:36:22 +0200 Subject: [PATCH 1/2] Instruct to install the dependencies in the Windows installation guide Related to the #287 --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c3317915e..d385731ca 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,14 @@ cd avatarify scripts\install_windows.bat ``` 5. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify` directory (don't unpack it). -6. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. -7. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. -8. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`. -9. Run OBS Studio. -10. 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. -11. In OBS Studio, go to Tools -> VirtualCam. Check AutoStart, set Buffered Frames to 0 and press Start. -12. Now `OBS-Camera` camera should be available in Zoom (or other videoconferencing software). +6. Run `pip install -r -requirements.txt --use-feature=2020-resolver` to install the required dependencies. +7. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. +8. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. +9. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`. +10. Run OBS Studio. +11. 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. +12. In OBS Studio, go to Tools -> VirtualCam. Check AutoStart, set Buffered Frames to 0 and press Start. +13. Now `OBS-Camera` camera should be available in Zoom (or other videoconferencing software). The steps 10-11 are required only once during setup. From 47bee198a009a22ccba31dfa5f7e003f9f0508c1 Mon Sep 17 00:00:00 2001 From: Miksu <46541386+ahnl@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:37:36 +0200 Subject: [PATCH 2/2] Remove a small typo in the command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d385731ca..367030b4b 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ cd avatarify scripts\install_windows.bat ``` 5. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify` directory (don't unpack it). -6. Run `pip install -r -requirements.txt --use-feature=2020-resolver` to install the required dependencies. +6. Run `pip install -r requirements.txt --use-feature=2020-resolver` to install the required dependencies. 7. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. 8. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. 9. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`.