File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class PipelineConfig:
5252
5353 # VAE configuration
5454 vae_config : VAEConfig = field (default_factory = VAEConfig )
55- vae_precision : str = "fp16 "
55+ vae_precision : str = "fp32 "
5656 vae_tiling : bool = True
5757 vae_sp : bool = True
5858
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class WanT2V480PConfig(PipelineConfig):
5050
5151 # Precision for each component
5252 precision : str = "bf16"
53- vae_precision : str = "fp16 "
53+ vae_precision : str = "fp32 "
5454 text_encoder_precisions : Tuple [str , ...] = field (
5555 default_factory = lambda : ("fp32" , ))
5656
Original file line number Diff line number Diff line change 44 "use_cpu_offload" : true ,
55 "disable_autocast" : false ,
66 "precision" : " bf16" ,
7- "vae_precision" : " fp16 " ,
7+ "vae_precision" : " fp32 " ,
88 "vae_tiling" : false ,
99 "vae_sp" : false ,
1010 "vae_config" : {
Original file line number Diff line number Diff line change 44 "use_cpu_offload" : true ,
55 "disable_autocast" : false ,
66 "precision" : " bf16" ,
7- "vae_precision" : " fp16 " ,
7+ "vae_precision" : " fp32 " ,
88 "vae_tiling" : false ,
99 "vae_sp" : false ,
1010 "vae_config" : {
You can’t perform that action at this time.
0 commit comments