-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathCHANGELOG.json
140 lines (140 loc) · 6.89 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"version": "2.0.6",
"history": {
"1.4.0": [
"Introduced deepfake synchronization with source video for lip movements",
"Implemented video segment selection for deepfake based on audio track length",
"Enabled customization of .wunjo cache directory",
"Added multi-language support for application interface",
"Trained and integrated TTS models for English",
"Implemented model language identification in the user interface",
"Enabled cross-language speech synthesis for Russian and English TTS models",
"Included update notifications within the application",
"Integrated training videos and wiki page links"
],
"1.5.1": [
"Added voice translation features with encoder and vocoder support for English and Russian",
"Implemented voice cloning synthesis from text",
"Established a centralized hub for voice cloning language models",
"Introduced face and background enchantment for photos and videos without deepfake technology",
"Released a comprehensive version including all extensions",
"Enhanced real-time progress indication and translation",
"Integrated a debug module with Python console",
"Transitioned to native language translation for real-time updates",
"Improved GPU availability notifications for users",
"Launched a deepfake emotion module for experimental research",
"Updated the application guide",
"Implemented AI-powered retouching of video frames",
"Enhanced Chinese language support for voice cloning",
"Addressed Windows-specific bugs in Wunjo AI"
],
"1.5.2": [
"Resolved the model auto-loading issue on Windows",
"Accelerated application startup",
"Enhanced performance of speech synthesis and deepfakes on CPU",
"Fixed GIF processing errors in face replacement and retouching",
"Corrected the frame-audio merging issue"
],
"1.5.3": [
"Automated ffmpeg installation for Windows"
],
"1.5.4": [
"Corrected the Russian voice model training from checkpoint issue",
"Introduced a similarity coefficient parameter for Face Swapping and Mouth Animation",
"Enhanced English voice cloning for extended phrases"
],
"1.5.5": [
"Enabled voice cloning in Russian",
"Optimized facial animation and improved error handling for GIF processing",
"Improved log display within the console",
"Added a disk space indicator for output from speech synthesis and deepfakes"
],
"1.6.0": [
"Advanced the object removal tool for images and videos",
"Enhanced video editing capabilities",
"Implemented automatic segmentation mask saving",
"Introduced Video2Video and InpaintVideoMask2Video with ControlNet via text prompts",
"Optimized memory usage for face swapping and object removal in lengthy videos"
],
"1.6.1": [
"Resolved issues with the enhancer and upgraded its capabilities for videos and drawings",
"Refined vocoder performance for voice cloning",
"Introduced variable speech cloning speeds",
"Added models for isolating background sound in deepfakes and purifying voice tracks",
"Incorporated a feature to extract background noise from media",
"Enhanced the encoder for more accurate voice cloning",
"Improved overall voice cloning fidelity",
"Implemented multilingual speech synthesis from a single text input",
"Added a new interactive tool for user-defined mask creation that tracks and moves with segmented objects",
"Launched a music generation feature"
],
"1.6.2": [
"Custom browser for WebGUI to solve trouble with opening additional tabs",
"Added select browser to run",
"Added check between offline and online mode",
"Added a message for the user about missing models and how to download manually"
],
"2.0.0": [
"New generation of Wunjo v2",
"Big update features https://youtu.be/-MGow5zCZUQ",
"Completely redesigned interface for desktop and mobile devices",
"Enhanced performance with simultaneous task handling, stability, and faster processing",
"Improved face swap functionality now supports multiple face swap at different timings via API",
"Introducing generator of non-existent people face",
"Deepfake analyzer added to discern authentic content from manipulated media",
"Enhanced lip sync for smoother animations and elimination of chin defects",
"Real-time mask selection for seamless editing experience",
"Added select area to remove text",
"Now you can create chroma key video",
"Custom file manager introduced for efficient file management within the application",
"Improved interaction with neural network models, including seamless downloading from the internet",
"Easy switch from client to server application and back",
"Multi-user support with customizable limits on simultaneous tasks and memory usage",
"Internal tips provided for optimizing content quality",
"Smart generator of prompts for video and object restyling"
],
"2.0.1": [
"Fix bugs"
],
"2.0.2": [
"Added functionality to clone voice in any language from text and audio",
"Improved audio separator to remove noise before clone voice",
"Enhanced processing speed"
],
"2.0.3": [
"Added control restyling (This work with 8 GB VRAM)",
"Added generation text-to-video, image-to-video, text-to-image, outpaint and inpaint image",
"Improved quality of restyling"
],
"2.0.4": [
"Speed boost 1.5x",
"Manual and automatic portrait animation",
"Retarget face",
"Enhanced video generation",
"Transformation in portable version",
"Anonymous login",
"Clearer model settings",
"Face detection fix",
"Faster small model loading",
"Unlimited file uploads",
"Automatic face interface detection",
"Progress bar about status"
],
"2.0.5": [
"Quick tips",
"Smart search",
"Revamped interface",
"Unified login system",
"Bug fixes",
"Translation tooltip for multilanguage"
],
"2.0.6": [
"Find early access on Boosty or Patreon",
"Multi-language interface: English, Russian, Spanish, Chinese, Korean",
"Multi-GPU support",
"API for developers",
"Zoom for images",
"Fast start"
]
}
}