Skip to content

Commit 829f6de

Browse files
kkj15dkyiyixuxu
andauthored
Fix spelling in scheduling_flow_match_euler_discrete.py (huggingface#8497)
Update scheduling_flow_match_euler_discrete.py Spelling: Foward -> Forward Co-authored-by: YiYi Xu <[email protected]>
1 parent 24bdf4b commit 829f6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def scale_noise(
114114
noise: Optional[torch.FloatTensor] = None,
115115
) -> torch.FloatTensor:
116116
"""
117-
Foward process in flow-matching
117+
Forward process in flow-matching
118118
119119
Args:
120120
sample (`torch.FloatTensor`):

0 commit comments

Comments
 (0)