ComfyUI/comfy/ldm/modules/diffusionmodules
comfyanonymous 5cbb01bc2f Basic Genmo Mochi video model support.
To use:
"Load CLIP" node with t5xxl + type mochi
"Load Diffusion Model" node with the mochi dit file.
"Load VAE" with the mochi vae file.

EmptyMochiLatentVideo node for the latent.
euler + linear_quadratic in the KSampler node.
2024-10-26 06:54:00 -04:00
..
__init__.py Initial commit. 2023-01-16 22:37:14 -05:00
mmdit.py Basic Genmo Mochi video model support. 2024-10-26 06:54:00 -04:00
model.py Remove unnecessary code. 2024-05-18 09:36:44 -04:00
openaimodel.py Add emb_patch support to UNetModel forward (#4779) 2024-09-04 14:35:15 -04:00
upscaling.py Implement noise augmentation for SD 4X upscale model. 2024-01-03 14:27:11 -05:00
util.py Allow image_only_indicator to be None. 2024-02-29 13:11:30 -05:00