Commit 8de61521 authored by Yang Yong(雍洋)'s avatar Yang Yong(雍洋) Committed by GitHub
Browse files

update config (#282)

parent 93e30510
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
"prev_frame_length": 1, "prev_frame_length": 1,
"resize_mode": "fixed_shape", "resize_mode": "fixed_shape",
"fixed_shape": [480, 480], "fixed_shape": [480, 480],
"self_attn_1_type": "sage_attn2", "self_attn_1_type": "flash_attn3",
"cross_attn_1_type": "sage_attn2", "cross_attn_1_type": "flash_attn3",
"cross_attn_2_type": "sage_attn2", "cross_attn_2_type": "flash_attn3",
"seed": 42, "seed": 42,
"sample_guide_scale": 1.0, "sample_guide_scale": 1.0,
"sample_shift": 5, "sample_shift": 5,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment