From 9174d3e7dc07fd359045bcdd503c52e7804b36b4 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:27:57 +0300 Subject: [PATCH] add error for now --- nodes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes.py b/nodes.py index e1b90ba..5a57a5c 100644 --- a/nodes.py +++ b/nodes.py @@ -57,6 +57,9 @@ class DownloadAndLoadCogVideoModel: offload_device = mm.unet_offload_device() mm.soft_empty_cache() + if "I2V" in model and fp8_transformer != "disabled": + raise NotImplementedError("fp8_transformer is not implemented yet for I2V -model") + dtype = {"bf16": torch.bfloat16, "fp16": torch.float16, "fp32": torch.float32}[precision] if "Fun" in model: