Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WAS-PlaiLabs committed Jun 17, 2024
1 parent dbead74 commit f98c50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ksampler_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)",
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

0 comments on commit f98c50b

Please sign in to comment.