ComfyUI-DynamiCrafterWrapper
https://github.com/kijai/ComfyUI-DynamiCrafterWrapperkijai/ComfyUI-DynamiCrafterWrapper
DynamiCrafter/ToonCrafterを実装するComfyUIカスタムノード
インストール
ComfyUI managerから
image2video
https://gyazo.com/4a9867642e7b8935903b2b1a65ee4db5
DynamicCrafterI2V.json
エラーが出るかも
→ Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help.
フレーム補完
https://gyazo.com/b88770fcdb601160e22c9dba461405d7
DynamiCrafter BatchInterpolation.json
ちょっと変
モデルtooncrafterになってますね…
ToonCrafter
https://gyazo.com/669467e658bbd5cd9e03207a5ccd1faa
tooncrafter_interp.json
🟪最初と最後のフレームをバッチにして、長辺512pxにリサイズ
🟩ToonCrafterDecodeノードでは16フレームを同時にデコードするのでOOMになりやすい
その場合は代わりに普通のVAEDecodeノード(VAEはSD1.5用のもの)を使うこともできる
多少ちらつきが増えるがそこまで問題ない
Sketch Reference
https://gyazo.com/e65cb492acb3235080c90ab2a3bd987b
tooncrafter_sketch_reference.json
全フレームの線画をControlNetに渡して、自動彩色してもらうという使い方がある
がうまくいっていない
OOMになったので普通のVAE Decodeに変更
The size of tensor a (◯◯) must match the size of tensor b (◯◯) at non-singleton dimension ◯が出たので512px × 256pxに変更
(Archive)ComfyUI-DynamiCrafterWrapper