From 989f2a7872900fe8e86931ec0078fba6897590dc Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Sun, 14 Jun 2026 17:45:27 +0800 Subject: [PATCH] docs: update Roadmap with completed milestones and new directions Co-Authored-By: Claude Opus 4.6 --- README.en.md | 27 ++++++++++++++++++--------- README.ja.md | 27 ++++++++++++++++++--------- README.md | 27 ++++++++++++++++++--------- 3 files changed, 54 insertions(+), 27 deletions(-) diff --git a/README.en.md b/README.en.md index 9354b03..e91f937 100644 --- a/README.en.md +++ b/README.en.md @@ -197,15 +197,24 @@ See the [Bring-your-own voice Key guide](docs/xiaomi-tts-key.md) for how to obta ## Roadmap -- [ ] Make generation latency imperceptible -- [ ] Compatibility with more model providers -- [ ] Free-form player input mid-story -- [ ] Mobile browser support -- [ ] User accounts and login -- [ ] Upgrade from static images to motion video -- [ ] Voice interaction -- [ ] Share the story you're playing -- [ ] Mobile app +**Completed** + +- [x] Latency optimized to ~10s +- [x] Vision-based image interaction +- [x] One-click deploy & custom model config +- [x] Frontend API Key & model setup +- [x] Mobile web support +- [x] Story sharing (.infiplot format) + +**To Do** + +- [ ] Mobile app & creator platform +- [ ] ComfyUI custom image generation +- [ ] Open Deploy quick deployment +- [ ] Reduce latency to under 5s +- [ ] Story save & resume +- [ ] Custom character cards & world settings +- [ ] Prompt cache hit-rate optimization --- diff --git a/README.ja.md b/README.ja.md index 77cbcd1..29334d6 100644 --- a/README.ja.md +++ b/README.ja.md @@ -196,15 +196,24 @@ Xiaomi は TTS モデルに RPM/TPM 制限を設けています。公開デプ ## Roadmap -- [ ] 生成遅延を体感できないレベルまで下げる -- [ ] より多くのモデルプロバイダに対応 -- [ ] プレイ中の自由入力対応 -- [ ] モバイルブラウザ対応 -- [ ] ユーザー登録・ログイン機能 -- [ ] 静止画から動画へのアップグレード -- [ ] 音声インタラクション -- [ ] プレイ中のストーリーを共有 -- [ ] モバイルアプリ +**実装済み** + +- [x] レイテンシを約 10 秒に最適化 +- [x] ビジョンベース画像インタラクション +- [x] ワンクリックデプロイ&カスタムモデル設定 +- [x] フロントエンドで API Key・モデル設定 +- [x] モバイル Web 対応 +- [x] ストーリー共有(.infiplot 形式) + +**未実装** + +- [ ] モバイルアプリ&クリエイタープラットフォーム +- [ ] ComfyUI カスタム画像生成対応 +- [ ] Open Deploy クイックデプロイ +- [ ] レイテンシを 5 秒以内に短縮 +- [ ] ストーリーの保存・再開 +- [ ] カスタムキャラクターカード&世界観設定 +- [ ] プロンプトキャッシュヒット率の最適化 --- diff --git a/README.md b/README.md index cea0126..1710565 100644 --- a/README.md +++ b/README.md @@ -208,15 +208,24 @@ InfiPlot 会与四类模型供应商通信。**文本(Text)和视觉(Visio ## Roadmap -- [ ] 让用户感知不到生成延迟 -- [ ] 兼容更多模型 provider -- [ ] 游玩过程中支持用户自定义输入 -- [ ] 移动端浏览器适配 -- [ ] 用户注册登录系统 -- [ ] 由静态图升级为动态视频 -- [ ] 语音交互 -- [ ] 分享正在游玩的故事 -- [ ] 移动端 app +**已实现** + +- [x] 延迟优化至约 10 秒 +- [x] 视觉识图交互 +- [x] 一键部署与自定义模型配置 +- [x] 前端直配 API Key 与模型 +- [x] 移动端 Web 适配 +- [x] 剧情分享(.infiplot 格式) + +**未实现** + +- [ ] 移动端 App 与创作平台 +- [ ] 兼容 ComfyUI 自定义生图 +- [ ] Open Deploy 快速部署 +- [ ] 延迟压缩至 5 秒以内 +- [ ] 剧情存档与续玩 +- [ ] 自定义角色卡与世界观 +- [ ] Prompt 缓存命中率优化 ---