1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Fix spelling in scheduling_flow_match_euler_discrete.py (#8497)

Update scheduling_flow_match_euler_discrete.py

Spelling:
Foward -> Forward

Co-authored-by: YiYi Xu <yixu310@gmail.com>
This commit is contained in:
kkj15dk
2024-06-12 15:37:47 -07:00
committed by GitHub
parent 24bdf4b215
commit 829f6defa4

View File

@@ -114,7 +114,7 @@ class FlowMatchEulerDiscreteScheduler(SchedulerMixin, ConfigMixin):
noise: Optional[torch.FloatTensor] = None,
) -> torch.FloatTensor:
"""
Foward process in flow-matching
Forward process in flow-matching
Args:
sample (`torch.FloatTensor`):