diff --git a/ksampler_sequence.py b/ksampler_sequence.py index e11c11c..53c0ba9 100644 --- a/ksampler_sequence.py +++ b/ksampler_sequence.py @@ -500,7 +500,6 @@ def sample(self, model, seed, seed_mode_seq, alternate_values, steps, cfg, sampl print(f"Using {len(positive_seq)} positive conditionings and {len(negative_seq)} negative conditionings") print(f"Conditioning keyframe schedule is: {', '.join(map(str, cond_keyframes))}") - for loop_count in range(sequence_loop_count): if loop_count in cond_keyframes: positive_cond_idx = min(positive_cond_idx + 1, len(positive_seq) - 1) @@ -594,6 +593,5 @@ def sample(self, model, seed, seed_mode_seq, alternate_values, steps, cfg, sampl "CLIPTextEncodeList": "CLIP Text Encode Sequence (Advanced)", "CLIPTextEncodeSequence2": "CLIP Text Encode Sequence (v2)", "KSamplerSeq": "KSampler Sequence", - "KSamplerSeq2": "KSampler Sequence (v2)" - + "KSamplerSeq2": "KSampler Sequence (v2)", } diff --git a/pyproject.toml b/pyproject.toml index 8e07e55..ca4c796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ Repository = "https://github.com/WASasquatch/WAS_Extras" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "was" DisplayName = "WAS_Extras" Icon = ""