mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-09 08:11:06 -07:00
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
parent
feee37d75f
commit
13f22974a4
6 changed files with 6 additions and 6 deletions
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue