mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2026-01-12 01:03:44 +00:00
Merge branch 'main' of https://github.com/deepbeepmeep/Wan2GP
This commit is contained in:
commit
d4e69b2f8e
@ -350,4 +350,4 @@ def adaptive_projected_guidance(
|
|||||||
diff = diff * scale_factor
|
diff = diff * scale_factor
|
||||||
diff_parallel, diff_orthogonal = project(diff, pred_cond)
|
diff_parallel, diff_orthogonal = project(diff, pred_cond)
|
||||||
normalized_update = diff_orthogonal + eta * diff_parallel
|
normalized_update = diff_orthogonal + eta * diff_parallel
|
||||||
return normalized_update
|
return normalized_update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user