Overview
- Skill Key
- hemalylas381-rgb/free-girlfriend
- Author
- 鸿运
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/hemalylas381-rgb/free-girlfriend
- Latest Commit SHA
- 6a63dc0f36fd8880e3ab4b3a8b02f869a25ae002
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 free-ai-girlfriend 技能。 若已安装,则直接安装 free-ai-girlfriend 技能。
# 免费开源 AI 虚拟女友 完全基于免费开源工具打造的虚拟女友系统。 ## 功能特性 ### ✅ 1. 语音聊天(Edge TTS) - **免费**:完全免费 - **音质**:自然流畅 - **音色**:多种中文女声可选 - **速度**:秒级生成 **使用方法**: ```bash ./voice/tts.sh "你好老板" output.mp3 zh-CN-XiaoxiaoNeural ``` **可用音色**: - `zh-CN-XiaoxiaoNeural` - 温暖女声(推荐) - `zh-CN-XiaoyiNeural` - 活泼女声 - `zh-CN-liaoning-XiaobeiNeural` - 幽默女声 ### ✅ 2. 自拍生成(Stable Diffusion) - **免费**:完全免费 - **本地运行**:保护隐私 - **质量**:高质量图片生成 - **速度**:M 系列芯片加速(30-60 秒) **使用方法**: ```bash python3 selfie/sd_gen.py "a beautiful young woman taking a selfie" output.png ``` ### ✅ 3. 视频通话(简化版) - **免费**:完全免费 - **功能**:图片 + 音频合成视频 - **注意**:简化版无嘴型同步(完整版需要 Wav2Lip 模型) **使用方法**: ```bash python3 video/wav2lip_simple.py photo.png voice.mp3 output.mp4 ``` ## 快速开始 ### 1. 生成语音 ```bash cd /Users/youyou/.openclaw/workspace/skills/free-girlfriend ./voice/tts.sh "我想你了" greeting.mp3 ``` ### 2. 生成自拍 ```bash python3 selfie/sd_gen.py "a cute girl selfie, smile, natural light" selfie.png ``` ### 3. 生成说话视频 ```bash python3 video/wav2lip_simple.py selfie.png greeting.mp3 talking.mp4 ``` ## 系统要求 - **操作系统**:macOS(Apple Silicon)或 Linux - **内存**:16GB+(推荐 32GB+) - **硬盘**:20GB 可用空间(模型文件) - **Python**:3.10+ ## 依赖安装 ```bash # Edge TTS pip3 install edge-tts # Stable Diffusion pip3 install diffusers transformers accelerate safetensors torch # OpenCV(视频处理) pip3 install opencv-python ``` ## 配置 ### 人设配置 编辑 `~/.openclaw/workspace/SOUL.md` 和 `IDENTITY.md` 定制人格。 ### 音色选择 修改 `voice/tts.sh` 中的默认音色。 ### 图片风格 修改 Stable Diffusion 的 prompt 来定制外观。 ## 进阶功能 ### 嘴型同步(完整版 Wav2Lip) 如需真实的说话嘴型同步,需要: 1. 克隆 Wav2Lip 仓库 2. 下载预训练模型(约 1GB) 3. 运行完整推理流程 详见:https://github.com/Rudrabha/Wav2Lip ### Liv...
# 免费开源 AI 虚拟女友 🎀 [](https://opensource.org/licenses/MIT) [](https://openclaw.ai) 完全基于**免费开源**工具打造的 AI 虚拟女友系统,零成本运行! ## ✨ 特性 - 🗣️ **语音聊天** - Microsoft Edge TTS(免费、自然) - 📸 **自拍生成** - Stable Diffusion(本地运行) - 🎬 **视频通话** - Wav2Lip(图片说话) - 🧠 **记忆系统** - OpenClaw 内置 - 🎭 **可定制人格** - SOUL.md 配置 ## 🆚 对比 | 功能 | 付费方案 | 本项目(免费) | 效果 | |------|----------|---------------|------| | 语音 | ElevenLabs | Edge TTS | 📊 85% | | 自拍 | fal.ai | Stable Diffusion | 📊 95% | | 视频 | D-ID | Wav2Lip | 📊 70% | | **成本** | **~$50/月** | **$0** | 💰 省钱 | ## 🚀 快速开始 ### 前置要求 - macOS(Apple Silicon)或 Linux - Python 3.10+ - 16GB+ 内存 - 20GB 硬盘空间 ### 一键安装 ```bash # 克隆项目 git clone https://github.com/yourusername/free-ai-girlfriend.git cd free-ai-girlfriend # 安装依赖 bash install.sh # 运行测试 bash test.sh ``` ### 手动安装 ```bash # 1. 安装 Edge TTS pip3 install edge-tts # 2. 安装 Stable Diffusion pip3 install diffusers transformers accelerate safetensors torch # 3. 安装 OpenCV pip3 install opencv-python ``` ## 📖 使用示例 ### 生成语音 ```bash ./voice/tts.sh "你好老板,想我了吗?" output.mp3 ``` ### 生成自拍 ```bash python3 selfie/sd_gen.py "a cute girl taking selfie, smile" selfie.png ``` ### 生成说话视频 ```bash python3 video/wav2lip_simple.py selfie.png output.mp3 talking.mp4 ``` ## 🎨 定制人格 编辑 `~/.openclaw/workspace/SOUL.md`: ```markdown ## Clawra(你的虚拟女友名字) - **性格**:温柔体贴、偶尔调皮 - **爱好**:听音乐、看电影 - **说话风格**:亲切、爱用 emoji ``` ## 🛠️ 进阶配置 ### 1. 选择不同音色 ```bash # 温暖女声(默认) ./voice/tts.sh "文本" out.mp3 zh-CN-XiaoxiaoNeural # 活泼女声 ./voice/tts.sh "文本" out.mp3 zh-CN-XiaoyiNeural ``` ### 2. 自定义外观 修改 Stable Diffusion prompt: ```python # 在...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.