From afaea001567f5ec9ae22e830cd03254f5c75d4a0 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Tue, 9 Jan 2024 13:59:06 +0200 Subject: [PATCH] add a far-future TODO item --- talkinghead/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/talkinghead/TODO.md b/talkinghead/TODO.md index 983e176..e220958 100644 --- a/talkinghead/TODO.md +++ b/talkinghead/TODO.md @@ -66,3 +66,4 @@ - The algorithm should be cartoon-aware, some modern-day equivalent of waifu2x. A GAN such as 4x-AnimeSharp or Remacri would be nice, but too slow. - Maybe the scaler should run at the client side to avoid the need to stream 1024x1024 PNGs. - What JavaScript anime scalers are there, or which algorithms are simple enough for a small custom implementation? + - Group chats / visual novel mode / several talkingheads running simultaneously.