-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: winnerineast/OpenAvatarChat
base: main
head repository: HumanAIGC-Engineering/OpenAvatarChat
compare: main
- 19 commits
- 55 files changed
- 15 contributors
Commits on Aug 21, 2025
-
Feature/20250813 liteavatar multisession & qwen-omni-realtime (HumanA…
…IGC-Engineering#190) * feat: lite avatar handler support multi session * feat: update readme * fix cr comments * support qwen-omni realtime api * feat: align submodule to main * fix musetalk import error * feat: update yaml * update: update readme --------- Co-authored-by: yunzong.wf <yunzong.wf@alibaba-inc.com> Co-authored-by: chenggang.cg@alibaba-inc.com <chenggang.cg@alibaba-inc.com> Co-authored-by: 泸奕 <ly449033@alibaba-inc.com>
Configuration menu - View commit details
-
Copy full SHA for 322b9df - Browse repository at this point
Copy the full SHA 322b9dfView commit details -
Update README.md (HumanAIGC-Engineering#191)
* Update README.md * Update README.md * Update readme_en.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 6cd0a00 - Browse repository at this point
Copy the full SHA 6cd0a00View commit details -
add download script for musetalk (HumanAIGC-Engineering#192)
* add download script for musetalk * Update avatar_musetalk_processor.py
Configuration menu - View commit details
-
Copy full SHA for d11d924 - Browse repository at this point
Copy the full SHA d11d924View commit details
Commits on Aug 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc3cff6 - Browse repository at this point
Copy the full SHA dc3cff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a021070 - Browse repository at this point
Copy the full SHA a021070View commit details -
fix a bug in the readme (HumanAIGC-Engineering#189)
* Update README.md fix the config path for docker in readme * Update readme_en.md fix a bug in the readme
Configuration menu - View commit details
-
Copy full SHA for 1fdcf0f - Browse repository at this point
Copy the full SHA 1fdcf0fView commit details
Commits on Sep 4, 2025
-
Feature/for gpu50s (HumanAIGC-Engineering#208)
* fix download warning * fix mps property bug * fix musetalk for 50 gpu * fix: add cudnn lib path to LD_LIBRARY_PATH in case onnxruntime can not use gpu * fix get value bug * add cuda12.8 dockerfile support * fix: lite avatar use shared memory for data transfer between processes * feat: reset config --------- Co-authored-by: lovepope <lovepope@gmail.com> Co-authored-by: sudowind <wfpkueecs@163.com>
Configuration menu - View commit details
-
Copy full SHA for 823bbe5 - Browse repository at this point
Copy the full SHA 823bbe5View commit details
Commits on Sep 5, 2025
-
Feature/for gpu50s (HumanAIGC-Engineering#209)
* fix download warning * fix mps property bug * fix musetalk for 50 gpu * fix: add cudnn lib path to LD_LIBRARY_PATH in case onnxruntime can not use gpu * fix get value bug * add cuda12.8 dockerfile support * fix: lite avatar use shared memory for data transfer between processes * feat: reset config * add run_docker_cuda128.sh --------- Co-authored-by: lovepope <lovepope@163.com> Co-authored-by: sudowind <wfpkueecs@163.com> Co-authored-by: HumanAIGC-Engineering <humanaigc.engineering@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93c7c4b - Browse repository at this point
Copy the full SHA 93c7c4bView commit details
Commits on Sep 8, 2025
-
* excluded minicpm-o from submodule, add download instructions. (Huma…
…nAIGC-Engineering#210) * added the 'connection_ttl' param explicitly to all default configs and documented it in the faq.
Configuration menu - View commit details
-
Copy full SHA for d6708b6 - Browse repository at this point
Copy the full SHA d6708b6View commit details -
Update README.md (HumanAIGC-Engineering#214)
* Update README.md * Update readme_en.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 3355ec3 - Browse repository at this point
Copy the full SHA 3355ec3View commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f9a278 - Browse repository at this point
Copy the full SHA 4f9a278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843ac7f - Browse repository at this point
Copy the full SHA 843ac7fView commit details
Commits on Sep 16, 2025
-
Update scripts about musetalk (HumanAIGC-Engineering#227)
Supplement missing parameters
Configuration menu - View commit details
-
Copy full SHA for 8e611a6 - Browse repository at this point
Copy the full SHA 8e611a6View commit details
Commits on Sep 29, 2025
-
Update tts handler cosyvoice bailian (HumanAIGC-Engineering#228)
*def handle need to call finish streaming when catch exception
Configuration menu - View commit details
-
Copy full SHA for 5d1a600 - Browse repository at this point
Copy the full SHA 5d1a600View commit details
Commits on Sep 30, 2025
-
Feature/liteavatar cleanup (HumanAIGC-Engineering#239)
* fix liteavatar bug * remove unnecessary variable --------- Co-authored-by: lovepope <lovepope@gmail.com>,bingochaos <523834173@qq.com>,HaveAnApplePie <luyi1019105596@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 29077cd - Browse repository at this point
Copy the full SHA 29077cdView commit details
Commits on Nov 24, 2025
-
Fix/stop ack timeout and h264 (HumanAIGC-Engineering#257)
* [fix] 关闭swagger页面 * [feat] 使用共享内存池来在liteavatar的进程之间传递图像/音频数据,代替pytorch原生的共享内存传递。 * [feat]令fastrtc默认使用H264硬件编码,代替原来的vp8 * [refactor] 修复liteavatar销毁和创建相关的竞态问题,并添加更多日志 --------- Co-authored-by: heguanqiao.hgq <heguanqiao.hgq@alibaba-inc.com> Co-authored-by: 泸奕 <ly449033@alibaba-inc.com>
Configuration menu - View commit details
-
Copy full SHA for 5551f96 - Browse repository at this point
Copy the full SHA 5551f96View commit details
Commits on Nov 27, 2025
-
Docker compose (HumanAIGC-Engineering#258)
* Create docker-compose.yml * Create turnserver.conf * Update pre_config_install.sh * Update post_config_install.sh * Update docker-compose.yml * Update README.md * Update README.md * Update readme_en.md
Configuration menu - View commit details
-
Copy full SHA for 8f23864 - Browse repository at this point
Copy the full SHA 8f23864View commit details -
# Use absolute path after model download completes (HumanAIGC-Enginee…
…ring#255) * 如果models 中存在则使用绝对路径加载模型 * Use absolute path after model download completes
Configuration menu - View commit details
-
Copy full SHA for b4e8d15 - Browse repository at this point
Copy the full SHA b4e8d15View commit details
Commits on Dec 19, 2025
-
增加h264硬件编码失败的兜底策略 (HumanAIGC-Engineering#264)
* 关闭swagger页面 * [feat] 使用共享内存池来在liteavatar的进程之间传递图像/音频数据,代替pytorch原生的共享内存传递。 * [feat]令fastrtc默认使用H264硬件编码,代替原来的vp8 * [refactor] 修复liteavatar销毁和创建相关的竞态问题,并添加更多日志 * [fix] Enhance H.264 encoding logic with improved fallback handling and encoder selection * [update] Add unit tests for H.264 encoder fallback logic and error handling
Configuration menu - View commit details
-
Copy full SHA for 7f03656 - Browse repository at this point
Copy the full SHA 7f03656View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main