File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ("" )
Original file line number Diff line number Diff 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 (...)
You can’t perform that action at this time.
0 commit comments