Update nodes.py

This commit is contained in:
kijai 2024-11-05 06:18:49 +02:00
parent 78f9e7b896
commit fdecd4ee08

View File

@ -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,