Skip to content

Commit 752a7eb

Browse files
committed
Bump version from 0.2.6 to 0.2.7
1 parent 4097326 commit 752a7eb

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

nodes/merger.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def define_schema(cls):
249249

250250
@classmethod
251251
def execute(cls, execution_mode: str, model_a: str, model_b: str,
252-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
252+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
253253
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
254254
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
255255
doc = load_documentation_from_file('merger_2_model_modes.md')
@@ -304,7 +304,7 @@ def define_schema(cls):
304304

305305
@classmethod
306306
def execute(cls, execution_mode: str, model_a: str, model_b: str,
307-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
307+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
308308
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
309309
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
310310
doc = load_documentation_from_file('merger_2_model_modes.md')
@@ -359,7 +359,7 @@ def define_schema(cls):
359359

360360
@classmethod
361361
def execute(cls, execution_mode: str, model_a: str, model_b: str,
362-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
362+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
363363
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
364364
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
365365
doc = load_documentation_from_file('merger_2_model_modes.md')
@@ -414,7 +414,7 @@ def define_schema(cls):
414414

415415
@classmethod
416416
def execute(cls, execution_mode: str, model_a: str, model_b: str,
417-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
417+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
418418
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
419419
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
420420
doc = load_documentation_from_file('merger_2_model_modes.md')
@@ -469,7 +469,7 @@ def define_schema(cls):
469469

470470
@classmethod
471471
def execute(cls, execution_mode: str, model_a: str, model_b: str,
472-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
472+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
473473
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
474474
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
475475
doc = load_documentation_from_file('merger_2_model_modes.md')
@@ -527,7 +527,7 @@ def define_schema(cls):
527527

528528
@classmethod
529529
def execute(cls, execution_mode: str, model_a: str, model_b: str, model_c: str,
530-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
530+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
531531
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
532532
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
533533
doc = load_documentation_from_file('merger_3_model_modes.md')
@@ -583,7 +583,7 @@ def define_schema(cls):
583583

584584
@classmethod
585585
def execute(cls, execution_mode: str, model_a: str, model_b: str, model_c: str,
586-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
586+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
587587
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
588588
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
589589
doc = load_documentation_from_file('merger_3_model_modes.md')
@@ -639,7 +639,7 @@ def define_schema(cls):
639639

640640
@classmethod
641641
def execute(cls, execution_mode: str, model_a: str, model_b: str, model_c: str,
642-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
642+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
643643
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
644644
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
645645
doc = load_documentation_from_file('merger_3_model_modes.md')
@@ -695,7 +695,7 @@ def define_schema(cls):
695695

696696
@classmethod
697697
def execute(cls, execution_mode: str, model_a: str, model_b: str, model_c: str,
698-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
698+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
699699
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
700700
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
701701
doc = load_documentation_from_file('merger_3_model_modes.md')
@@ -751,7 +751,7 @@ def define_schema(cls):
751751

752752
@classmethod
753753
def execute(cls, execution_mode: str, model_a: str, model_b: str, model_c: str,
754-
calc_mode: str, mismatch_mode: str, alpha: float, beta: float,
754+
calc_mode: str, mismatch_mode: str, alignment_mode: str, alpha: float, beta: float,
755755
gamma: float, delta: float, seed: int, output_filename: str, save_dtype: str,
756756
process_device: str, exclude_patterns: str, discard_patterns: str) -> io.NodeOutput:
757757
doc = load_documentation_from_file('merger_3_model_modes.md')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-ModelUtils"
33
description = "[WIP]Custom nodes for handling, inspecting, modifying and creating various model files."
4-
version = "0.2.6"
4+
version = "0.2.7"
55
license = { file = "LICENSE" }
66

77
[project.urls]

0 commit comments

Comments
 (0)