From fdecd4ee08874aa32ffc9496b60fc9db20c45707 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:18:49 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes.py b/nodes.py index 46a9c8e..1546747 100644 --- a/nodes.py +++ b/nodes.py @@ -223,7 +223,6 @@ class MochiModelLoader: model = T2VSynthMochiModel( device=device, offload_device=offload_device, - vae_stats_path=os.path.join(script_directory, "configs", "vae_stats.json"), dit_checkpoint_path=model_path, weight_dtype=dtype, fp8_fastmode = True if precision == "fp8_e4m3fn_fast" else False,