You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,28 +47,29 @@ We always adhere to the open source spirit, and the launch of the API service ai
47
47
48
48
Since we open-sourced Heygem, global geeks have illuminated the digital avatar matrix in the code universe, with each commit reconstructing the future! But joy is better shared than enjoyed alone—now we invite all experts to join the "Open Source Co-Creation Plan," empowering everyone with AI creativity and propelling the Chinese AI fleet towards the stars!
49
49
50
-
1.Co-Creation Content Direction
50
+
1. Co-Creation Content Direction
51
51
52
52
Share high-quality videos or articles on Heygem deployment tutorials, optimization guides, and practical cases (Bilibili, Douyin, Xiaohongshu, WeChat Official Accounts, Zhihu, etc.)
53
53
54
-
2.Open Source Co-Creation Special Reward Pool (Real Cash Rewards!)
54
+
2. Open Source Co-Creation Special Reward Pool (Real Cash Rewards!)
55
55
56
56
(1) Basic Rewards
57
57
58
-
Content receiving 20-100 likes will be awarded the [Heygem.ai Master Award] and a 20 RMB cash red envelope.
58
+
Content receiving 20-100 likes will be awarded the [Heygem.ai Master Award] and a 20 RMB cash red envelope.
59
59
60
-
Content receiving 100+ likes will be awarded the [Heygem.ai God Award] and a 50 RMB cash red envelope.
60
+
Content receiving 100+ likes will be awarded the [Heygem.ai God Award] and a 50 RMB cash red envelope.
61
61
62
62
(2) Special Achievements:
63
63
64
64
The monthly MVP will unlock the Open Source Hall of Fame digital badge (permanently on-chain).
65
65
66
-
3.Participation Method
66
+
3. Participation Method
67
67
68
-
Send your creativity to the customer service lady, add a friend with the note "Name+999".
68
+
Send your creativity to the customer service lady, add a friend with the note "Name+999".
[HeyGem Digital Human One-Click Start, 8G Video Memory Available, Model Size 10G, No Need for 100G Hard Disk Space, No Need for D Drive, Based on Docker Single Image, Silicon-Based Open Source](https://www.bilibili.com/video/BV1awQqYZEqB/?spm_id_from=333.337.search-card.all.click&vd_source=618f44772c5dafb47317bb728505d79c)
@@ -190,6 +191,24 @@ Installation using Docker, docker-compose as follows:
190
191
1. Directly download the [officially built installation package](https://github.com/GuijiAI/HeyGem.ai/releases)
191
192
2. Double-click `HeyGem-x.x.x-setup.exe` to install
192
193
194
+
## Ubuntu 22.04 Installation
195
+
196
+
### Recommended Configuration
197
+
198
+
- CPU: 13th Gen Intel Core i5-13400F
199
+
- Memory: 32GB or more (required)
200
+
- Graphics Card: RTX-4070 (ensure you have an NVIDIA graphics card and the driver is correctly installed)
201
+
- Hard Disk: More than 100GB of free space
202
+
203
+
### Install Docker
204
+
205
+
> First, check if Docker is installed using `docker --version`. If it is installed, skip the following steps.
206
+
207
+
1. Directly download the [officially built installation package](https://github.com/GuijiAI/HeyGem.ai/releases) for the Linux version
208
+
2. Double-click `HeyGem-x.x.x.AppImage` to launch, no installation required
209
+
210
+
> Reminder: On Ubuntu systems, if you are using the `root` user to access the desktop, double-clicking `HeyGem-x.x.x.AppImage` may not work. You need to execute `./HeyGem-x.x.x.AppImage --no-sandbox` in the terminal, adding the `--no-sandbox` parameter.
211
+
193
212
## Open APIs
194
213
195
214
We have opened APIs for model training and video synthesis. After Docker starts, several ports will be exposed locally, accessible through `http://127.0.0.1`.
0 commit comments