Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Dec 9, 2024
1 parent 1102597 commit a6f0c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai_diffusion/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def edit_attention(text: str, positive: bool) -> str:
return text

segments = parse_expr(text)
print(segments)
if len(segments) == 1 and segments[0].type == "expr":
attention_string = text[1 : text.rfind(":")]
weight = segments[0].weight
Expand Down

0 comments on commit a6f0c9b

Please sign in to comment.