From c813b5a19995e415dac4a845e720ffbf15326bab Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:50:50 +0200 Subject: [PATCH] typos --- ...ple_01.json => cogvideox_5b_tora_trajectory_example_01.json} | 0 nodes.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{cogvideox_5_tora_trajectory_example_01.json => cogvideox_5b_tora_trajectory_example_01.json} (100%) diff --git a/examples/cogvideox_5_tora_trajectory_example_01.json b/examples/cogvideox_5b_tora_trajectory_example_01.json similarity index 100% rename from examples/cogvideox_5_tora_trajectory_example_01.json rename to examples/cogvideox_5b_tora_trajectory_example_01.json diff --git a/nodes.py b/nodes.py index 7530bc6..d7e72a4 100644 --- a/nodes.py +++ b/nodes.py @@ -1113,7 +1113,7 @@ class ToraEncodeTrajectory: "end_percent": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 1.0, "step": 0.01}), }, "optional": { - "enable_tiling": ("BOOL", {"default": False}), + "enable_tiling": ("BOOLEAN", {"default": False}), } }