Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: winnerineast/OpenAvatarChat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: HumanAIGC-Engineering/OpenAvatarChat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 55 files changed
  • 15 contributors

Commits on Aug 21, 2025

  1. 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>
    4 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    322b9df View commit details
    Browse the repository at this point in the history
  2. Update README.md (HumanAIGC-Engineering#191)

    * Update README.md
    
    * Update README.md
    
    * Update readme_en.md
    
    * Update README.md
    HumanAIGC-Engineering authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    6cd0a00 View commit details
    Browse the repository at this point in the history
  3. add download script for musetalk (HumanAIGC-Engineering#192)

    * add download script for musetalk
    
    * Update avatar_musetalk_processor.py
    HumanAIGC-Engineering authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d11d924 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    dc3cff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a021070 View commit details
    Browse the repository at this point in the history
  3. 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
    edenbuaa authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    1fdcf0f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. 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>
    sudowind and lovepope authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    823bbe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. 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>
    3 people authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    93c7c4b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. * 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.
    raidios authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    d6708b6 View commit details
    Browse the repository at this point in the history
  2. Update README.md (HumanAIGC-Engineering#214)

    * Update README.md
    
    * Update readme_en.md
    
    * Update README.md
    HumanAIGC-Engineering authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    3355ec3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    4f9a278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843ac7f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Update scripts about musetalk (HumanAIGC-Engineering#227)

    Supplement missing parameters
    gluttony-10 authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    8e611a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Update tts handler cosyvoice bailian (HumanAIGC-Engineering#228)

    *def handle  need to call finish streaming when catch exception
    xh752400584 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    5d1a600 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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>
    bingochaos and HaveAnApplePie authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    29077cd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. 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>
    3 people authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    5551f96 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. 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
    HaveAnApplePie authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    8f23864 View commit details
    Browse the repository at this point in the history
  2. # Use absolute path after model download completes (HumanAIGC-Enginee…

    …ring#255)
    
    * 如果models 中存在则使用绝对路径加载模型
    
    * Use absolute path after model download completes
    bingochaos authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    b4e8d15 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. 增加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
    HaveAnApplePie authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    7f03656 View commit details
    Browse the repository at this point in the history
Loading