mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-13 18:47:29 +08:00
chore: remove extra word in comment (#13826)
This commit is contained in:
parent
dabfe73dc0
commit
f505cb4070
@ -1196,7 +1196,7 @@ def model_trange(*args, **kwargs):
|
|||||||
pbar.i1_time = time.time()
|
pbar.i1_time = time.time()
|
||||||
pbar.set_postfix_str(" Model Initialization complete! ")
|
pbar.set_postfix_str(" Model Initialization complete! ")
|
||||||
elif pbar._i == 2:
|
elif pbar._i == 2:
|
||||||
#bring forward the effective start time based the the diff between first and second iteration
|
#bring forward the effective start time based the diff between first and second iteration
|
||||||
#to attempt to remove load overhead from the final step rate estimate.
|
#to attempt to remove load overhead from the final step rate estimate.
|
||||||
pbar.start_t = pbar.i1_time - (time.time() - pbar.i1_time)
|
pbar.start_t = pbar.i1_time - (time.time() - pbar.i1_time)
|
||||||
pbar.set_postfix_str("")
|
pbar.set_postfix_str("")
|
||||||
|
|||||||
@ -23,7 +23,7 @@ class BriaEditImageRequest(BaseModel):
|
|||||||
None,
|
None,
|
||||||
description="Mask image (black and white). Black areas will be preserved, white areas will be edited. "
|
description="Mask image (black and white). Black areas will be preserved, white areas will be edited. "
|
||||||
"If omitted, the edit applies to the entire image. "
|
"If omitted, the edit applies to the entire image. "
|
||||||
"The input image and the the input mask must be of the same size.",
|
"The input image and the input mask must be of the same size.",
|
||||||
)
|
)
|
||||||
negative_prompt: str | None = Field(None)
|
negative_prompt: str | None = Field(None)
|
||||||
guidance_scale: float = Field(...)
|
guidance_scale: float = Field(...)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user