0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LCMでリアルタイムに動画を動かす?

Last updated at Posted at 2025-10-08

1秒間に8枚の画像が生成できたら8fpsのリアルタイムでゲームが動かせるはず。。と思って色々と調べていたら、割と近いものを見つけた。

OASISというらしいが、WASDで動画を動かせるとのこと。

スクリーンショット 2025-10-08 17.47.59.png

近いものを既存の仕組みで作れないかと試行錯誤。

まずは、LCMでやってみる。

とこうなる。。

コードはこんな感じ。

いまいち。。

プロンプトで前進処理を書いているのに、角度がどんどん変わっていく。

よくよく調べるとAnimateDiffをカメラ制御に使うのはよくないらしい。

スクリーンショット 2025-10-08 17.58.07.png

SVDにするかGaussianにしてみるか。

Gaussianの場合は、範囲外の描画をどうするか?LLMで拡張させた上で、Gaussianやる?

続く

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?