Merge pull request #16060 from xiaoxianBoy/fix-typos

chore: fix typos
This commit is contained in:
AUTOMATIC1111
2024-07-06 10:06:35 +03:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -323,7 +323,7 @@ def model_wrapper(
def model_fn(x, t_continuous, condition, unconditional_condition):
"""
The noise predicition model function that is used for DPM-Solver.
The noise prediction model function that is used for DPM-Solver.
"""
if t_continuous.reshape((-1,)).shape[0] == 1:
t_continuous = t_continuous.expand((x.shape[0]))