You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moves to use mixed precision by:
Excluding norm, conditioning and AdaLN layers from being casted to bfloat16 when weights_dtype and activations_dtype is set to bfloat16 (which is the default).
Moves VAE to full fp32.
Inputs are casted to fp32.
Scheduler samples are casted to fp32.
---------
Co-authored-by: susanbao <susanbaonju@gmail.com>
Co-authored-by: Sanbao Su <sanbao@google.com>
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_14b.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,4 +323,4 @@ eval_data_dir: ""
323
323
enable_generate_video_for_eval: False # This will increase the used TPU memory.
324
324
eval_max_number_of_samples_in_bucket: 60# The number of samples per bucket for evaluation. This is calculated by num_eval_samples / len(considered_timesteps_list).
0 commit comments