Skip to content

Commit c4ce740

Browse files
committed
comment
1 parent 37b70a7 commit c4ce740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/community/pipeline_flux_rf_inversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ def __call__(
870870

871871
else:
872872
v_hat_t = v_t
873-
# SDE Eq: 17
874873

874+
# SDE Eq: 17 from https://arxiv.org/pdf/2410.10792
875875
latents_dtype = latents.dtype
876876
latents = latents + v_hat_t * (sigmas[i] - sigmas[i + 1])
877877
else:

0 commit comments

Comments
 (0)