Skip to content

Commit f505cb4

Browse files
authored
chore: remove extra word in comment (Comfy-Org#13826)
1 parent dabfe73 commit f505cb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

comfy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ def warmup_update(n=1):
11961196
pbar.i1_time = time.time()
11971197
pbar.set_postfix_str(" Model Initialization complete! ")
11981198
elif pbar._i == 2:
1199-
#bring forward the effective start time based the the diff between first and second iteration
1199+
#bring forward the effective start time based the diff between first and second iteration
12001200
#to attempt to remove load overhead from the final step rate estimate.
12011201
pbar.start_t = pbar.i1_time - (time.time() - pbar.i1_time)
12021202
pbar.set_postfix_str("")

comfy_api_nodes/apis/bria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BriaEditImageRequest(BaseModel):
2323
None,
2424
description="Mask image (black and white). Black areas will be preserved, white areas will be edited. "
2525
"If omitted, the edit applies to the entire image. "
26-
"The input image and the the input mask must be of the same size.",
26+
"The input image and the input mask must be of the same size.",
2727
)
2828
negative_prompt: str | None = Field(None)
2929
guidance_scale: float = Field(...)

0 commit comments

Comments
 (0)