Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

睡前故事產生器微調建議 #37

Closed
1 of 6 tasks
leechiuhui opened this issue Jan 28, 2025 · 7 comments
Closed
1 of 6 tasks

睡前故事產生器微調建議 #37

leechiuhui opened this issue Jan 28, 2025 · 7 comments
Labels
question Further information is requested
Milestone

Comments

@leechiuhui
Copy link
Contributor

leechiuhui commented Jan 28, 2025

  • 改為先生成英文再翻譯為中文的順序,因為從英文邏輯翻譯成中文語感邏輯,可能更為自然(目前是先生成中文再翻譯為英文)。

  • 不需要生成語音:一來生成成本較高,二來使用者保存不易。

  • 若用戶有登入帳號,建議提供線上存檔功能,可保存睡前故事的文字內容與圖檔。語音部分就改為線上系統即時播放故事內容,這樣無需生成與保存語音檔案,降低3dw的存儲成本。

  • 試用線上AI配音服務(例如 DupDub,其提供 API 支援)。

  • 配上兒童睡眠背景音樂,使有助眠效果~

  • 優化介面配色使更有睡眠風~

@bestian
Copy link
Contributor

bestian commented Jan 28, 2025

現在已經加入的音檔下載的功能,使用者可以蠻容易保存語音檔 :)

@bestian
Copy link
Contributor

bestian commented Jan 28, 2025

如果要節省openai的使用量,可以考慮實驗把圖片生成的部份換成cloudFlare AI Text-To-Image

https://developers.cloudflare.com/workers-ai/models/flux-1-schnell/

@bestian bestian added the question Further information is requested label Jan 29, 2025
@bestian bestian added this to the AI milestone Jan 29, 2025
@bestian
Copy link
Contributor

bestian commented Jan 29, 2025

@leechiuhui 早上把後端圖片生成的API改為用cloudFlare AI Text-To-Image了,可以節省成本,速度也有變快一些

@leechiuhui
Copy link
Contributor Author

leechiuhui commented Jan 29, 2025

@leechiuhui 早上把後端圖片生成的API改為用cloudFlare AI Text-To-Image了,可以節省成本,速度也有變快一些

發現這個新值班的cloudFlare AI Text-To-Image的小bug,把孩子名稱 改掉 可能會 破防 孩子的心
例如:Drago 變成 Draco

Image Image

然後可下載的 PDF可能需要再排版~~😁🫡

@bestian
Copy link
Contributor

bestian commented Jan 29, 2025

這應該是在故事生成的時候就出現問題,不是text-to-image 的部驟

PDF排版就給你玩了?

@leechiuhui
Copy link
Contributor Author

這應該是在故事生成的時候就出現問
題,不是text-to-image 的部驟

哈哈 😁 是ho

PDF排版就給你玩了?

排版比較難玩⋯⋯⋯
天氣好☁️先跟親戚出門踏青了🚶‍♂️🚶🚶🏻‍♀️

@leechiuhui
Copy link
Contributor Author

優化介面配色使更有睡眠風~
Image

@bestian bestian closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants