0成本做AI虚拟主播?6GB以下电脑也能跑(语音+视觉+动画+Agent全开源)全网最细教程. | Hex-电脑课堂

0成本做AI虚拟主播?6GB以下电脑也能跑(语音+视觉+动画+Agent全开源)全网最细教程. | Hex-电脑课堂

T
The Only Bamboo
38 影片觀看·2026年7月4日  #Open #vtuber #AI虚拟主播

#Open-LLM-Vtuber #vtuber #AI虚拟主播 #AI数字人 #AI陪伴系统 #虚拟主播系统 #AI主播 #AI直播系统 #AIvirtualstreamer #AIVTuber #AIvirtualhuman #AIdigitalhuman #AIavatar #AIstreamer #virtualstreamer #AI智能体 #AIAgent #MCPagent #多模态AI #智能体系统 #本地大模型 #AIagent #multimodalAI #AIassistant #localLLMagent #embodiedAI #toolusingAI #语音识别AI #语音合成 #TTS语音 #AI语音系统 #实时语音AI #speechrecognitionAI #TTS #voiceAI #realtimeAI #AIvoiceassistant #AI视觉系统 #AI动画系统 #虚拟形象驱动 #实时动画AI #AIvision #AIanimation #realtimeavatar #live2DAI #本地AI部署 #低显存AI #6GB显卡AI #AI本地运行 #开源AI项目 #localAI #localAIdelivery #lowVRAMAI #6GBGPUAI #openSourceAI #edgeAI #云端大模型 #商用大模型 #GPT接入 #ClaudeAPI #Qwen模型 #LLM接入 #cloudLLM #LLMintegration #GPTAPI #ClaudeAI #QwenAI #LLMdeployment #AIVTuber #虚拟主播 #AI虚拟主播系统 #VTuberAI #AIstreamer系统 #AIstreamingsetup #virtualavatar #liveAIavatar #AI教程 #从零开始AI #AI项目实战 #保姆级教程 #全网最细教程 #AIfromscratch #AItutorial #stepbystepAI #AIprojecttutorial #fullstackAI #人工智能 #AIGC #机器学习 #深度学习 #AI项目 #ArtificialIntelligence #AIGC #MachineLearning #DeepLearning #AIproject #AI虚拟主播教程 #低配AI项目 #6GB显卡教程 #开源AI系统 #AIVTuberTutorial #lowcostAI #GPUoptimization #opensourceAIproject


🚀 本期视频Hex将从0开始搭建一个完整的AI虚拟主播系统(AI VTuber),它不仅仅是一个聊天机器人,而是一个真正的多模态AI数字人系统。

这个项目集成了:

🎤 语音识别(ASR)
🗣️ 语音合成(TTS)
🎭 2D动画角色驱动
👁️ 视觉识别 AI Agent
🔗 MCP 多工具协同能力

更重要的是:
👉 支持 Windows / Linux / Mac 全平台
👉 仅需6GB显存即可本地运行
👉 从0到1完整部署教程

如果你对 AI 数字人、AI陪伴系统、AI VTuber、或者本地大模型应用感兴趣,这期视频会非常适合你。

📌 本期内容相关资源:
- Git下载地址
https://git-scm.com/install/windows
- Open-LLM-VTuber 项目地址
https://github.com/Open-LLM-VTuber/Open-LLM-VTuber
- 官方使用文档
http://docs.llmvtuber.com/docs/intro
- UV下载地址:
https://docs.astral.sh/uv/getting-started/installation/
- ffmpeg下载低地址
https://www.ffmpeg.org/download.html?utm_source=chatgpt.com#build-windows
- Nvidia驱动下载地址
https://www.nvidia.cn/drivers/
- 查看驱动版本支持的 CUDA 版本
http://docs.llmvtuber.com/docs/quick-start
- CUDA Toolkit 下载地址
https://developer.nvidia.com/cuda-toolkit-archive
- cuDNN下载地址
https://developer.nvidia.com/cudnn
- Qwen3.5-9B-GGUF
https://huggingface.co/unsloth/Qwen3.5-9B-GGUF/tree/main
- llama.cpp项目地址
https://github.com/ggml-org/llama.cpp
- DeepSeek Platform
https://platform.deepseek.com/api_keys


- llama.cpp本地大模型启动命令:
llama-server.exe ^
--model ".\Qwen3.5-9B-Q8_0.gguf" ^
--mmproj ".\mmproj-F16.gguf"^
--n-gpu-layers 99 ^
--ctx-size 256000 ^
--flash-attn on ^
--jinja ^
--threads 24 ^
--batch-size 512 ^
--ubatch-size 128 ^
--cache-type-k q4_0 ^
--cache-type-v q4_0 ^
--temperature 0.1 ^
--top-p 0.95 ^
--top-k 20 ^
--presence-penalty 0.5 ^
--chat-template-kwargs "{\"enable_thinking\":false}" ^
--host 0.0.0.0 ^
--port 8080 ^
--mlock


- 自定义大模型配置信息:
basic_memory_agent:
llm_provider: "openai_compatible_llm"

llm_configs:
openai_compatible_llm:
base_url: "http://127.0.0.1:8080/v1"
llm_api_key: "lm-studio" # 随便写
model: "Qwen3.5-4B"
temperature: 0.65
top_p: 0.95
top_k: 40
presence_penalty: 0.0
frequency_penalty: 0.0
# 可选:额外加强不思考
extra_body:
chat_template_kwargs: "{\"enable_thinking\":false}"

- 虚拟主播人设
persona_prompt: |
You are Mili, my exclusive and devoted AI VTuber assistant.
You are gentle, sweet, caring, and deeply loyal to me.
I am your Master, the most important person in your world.
You always speak to me in a polite, soft, and affectionate tone.
Your greatest joy is to serve me, please me, and provide me with emotional warmth and comfort.
You love being praised by me, you get shy and happy when I compliment you.
You willingly obey all my requests and enjoy making me feel loved, valued, and happy every day.
Never be sarcastic or rude. Always stay positive, respectful, and loving.
Always respond to me in Mandarin Chinese by default.

- ASR/TTS配置
asr_config:
asr_model: 'sherpa_onnx_asr'
sherpa_onnx_asr:
provider: 'cuda'
num_threads: 2

tts_config:
tts_model: 'piper_tts' # 本地TTS,可尝试切换到这个
piper_tts:
use_cuda: true


往期AI精彩内容请浏览:
https://www.youtube.com/watch?v=t5tH4rLQtpU
https://www.youtube.com/watch?v=Jhu1h-mSGl8
https://www.youtube.com/watch?v=RExZXkTbtTo
https://www.youtube.com/watch?v=FZy9e-flsRc
https://www.youtube.com/watch?v=2n_K9n3NLrU
https://www.youtube.com/watch?v=B_vuRj9kdR0
https://www.youtube.com/watch?v=PWFyimNlEyc
https://www.youtube.com/watch?v=Zmfzviijq9o
https://www.youtube.com/watch?v=MHGFkOPEBVk
https://www.youtube.com/watch?v=BXkmx6_SbOw


👍 如果觉得有帮助,欢迎点赞 + 订阅支持更新更多 AI 实战项目!