2024-11-05 09:41:18 +02:00
2024-11-05 08:57:48 +02:00
2024-10-23 15:34:22 +03:00
2024-10-23 11:58:29 +03:00
2024-10-23 15:45:20 +03:00
2024-10-23 15:34:22 +03:00
2024-11-01 06:18:41 +02:00
2024-10-25 01:33:30 +03:00
2024-10-28 04:07:11 +02:00
2024-11-05 08:57:48 +02:00
2024-10-24 02:55:09 +03:00
2024-10-23 16:05:19 +03:00

ComfyUI wrapper nodes for Mochi video generator

WORK IN PROGRESS

https://github.com/user-attachments/assets/a714b70f-dcdb-4f91-8a3d-8da679a28d6e

Can use flash_attn, pytorch attention (sdpa) or sage attention, sage being fastest.

Depending on frame count can fit under 20GB, VAE decoding is heavy and there is experimental tiled decoder (taken from CogVideoX -diffusers code) which allows higher frame counts, so far highest I've done is 97 with the default tile size 2x2 grid.

Models:

https://huggingface.co/Kijai/Mochi_preview_comfy/tree/main

model to: ComfyUI/models/diffusion_models/mochi

vae to: ComfyUI/models/vae/mochi

There is autodownload node (also will be normal loader node)

Description
No description provided
Readme Apache-2.0 326 KiB
Languages
Python 100%