This commit is contained in:
deepbeepmeep 2025-07-21 09:38:07 +02:00
commit d4e69b2f8e

View File

@ -350,4 +350,4 @@ def adaptive_projected_guidance(
diff = diff * scale_factor
diff_parallel, diff_orthogonal = project(diff, pred_cond)
normalized_update = diff_orthogonal + eta * diff_parallel
return normalized_update
return normalized_update