wladradchenko commited on
Commit
ce32d84
1 Parent(s): ff3b04f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -43,14 +43,14 @@ This is reserve cloud drive to keep AI models for Wunjo AI. Unlock the unparalle
43
 
44
  **What is keep in this repo?:**
45
 
46
- - **Speech Synthesis:** Models Tacotron2 and Waveglow to speech synthesis.
47
- - **Voice Cloning:** Encoder, Vocoder and Synthesizer to cloning voice.
48
- - **Video-to-Video by Text Prompt:** Ebsynth build for CUDA 11.8 on Linux and Windows.
49
  - **Deepfake Animation:**
50
- - Model to swap faces in videos, GIFs, and photos using just a single photograph.
51
- - Model to change the emotions of a person in the video, with the help of a text description.
52
- - **AI Retouch Tool:** Model to remove object from video or image and model to retouch face.
53
- - **Automatic Segmentation Mask:** Models in ONNX format for segmentation.
54
 
55
  **Applications:**
56
  From voiceovers in commercials to character voicing in games, from audiobook narrations to fun deepfake projects, Wunjo AI offers endless possibilities and all is free and local on your device.
@@ -98,4 +98,13 @@ Web site: [wladradchenko.ru/wunjo](https://wladradchenko.ru/wunjo)
98
 
99
  Wunjo comes from the ancient runic alphabet and represents joy and contentment, which could tie into the idea of using the application to create engaging and expressive speech. Vunyo (ᚹ) is the eighth rune of the Elder and Anglo-Saxon Futhark. Prior to the introduction of the letter W into the Latin alphabet, the letter Ƿynn (Ƿƿ) was used instead in English, derived from this rune.
100
 
 
 
 
 
 
 
 
 
 
101
  <p align="right">(<a href="#top">to top</a>)</p>
 
43
 
44
  **What is keep in this repo?:**
45
 
46
+ - **Speech Synthesis:** [Models](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/tree/main/voice) Tacotron2 and Waveglow to speech synthesis.
47
+ - **Voice Cloning:** [Models](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/tree/main/rtvc) Encoder, Vocoder and Synthesizer to cloning voice.
48
+ - **Video-to-Video by Text Prompt:** Ebsynth build for CUDA 11.8 on [Linux](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/ebsynth/ebsynth_linux_cu118) and [Windows](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/ebsynth/EbSynth-Beta-Win.zip).
49
  - **Deepfake Animation:**
50
+ - [Model](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/faceswap.onnx) to swap faces in videos, GIFs, and photos using just a single photograph.
51
+ - [Model](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/emo2lip.pth) to change the emotions of a person in the video, with the help of a text description with Wav2lip architecture.
52
+ - **AI Retouch Tool:** Model to [remove object](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/retouch_object.pth) from video or image and model to [retouch face](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/retouch_face.pth).
53
+ - **Automatic Segmentation Mask:** Models in ONNX format for segmentation [small](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/vit_b_quantized.onnx) and [large](https://huggingface.co/wladradchenko/wunjo.wladradchenko.ru/resolve/main/deepfake/vit_h_quantized.onnx).
54
 
55
  **Applications:**
56
  From voiceovers in commercials to character voicing in games, from audiobook narrations to fun deepfake projects, Wunjo AI offers endless possibilities and all is free and local on your device.
 
98
 
99
  Wunjo comes from the ancient runic alphabet and represents joy and contentment, which could tie into the idea of using the application to create engaging and expressive speech. Vunyo (ᚹ) is the eighth rune of the Elder and Anglo-Saxon Futhark. Prior to the introduction of the letter W into the Latin alphabet, the letter Ƿynn (Ƿƿ) was used instead in English, derived from this rune.
100
 
101
+ <!-- CREDITS -->
102
+ ## Credits
103
+
104
+ * Tacatron 2 - https://github.com/NVIDIA/tacotron2
105
+ * Waveglow - https://github.com/NVIDIA/waveglow
106
+ * Real-Time Voice Cloning - https://github.com/CorentinJ/Real-Time-Voice-Cloning
107
+ * Segment Anything - https://github.com/facebookresearch/segment-anything
108
+ * Ebsynth - https://github.com/jamriska/ebsynth
109
+
110
  <p align="right">(<a href="#top">to top</a>)</p>