Fabrice-TIERCELIN commited on
Commit
ffcb449
1 Parent(s): ca7518d

KO -> comment

Browse files
Files changed (1) hide show
  1. models.py +2 -2
models.py CHANGED
@@ -67,8 +67,8 @@ class AudioDiffusion(nn.Module):
67
  uncondition=False,
68
 
69
  ):
70
- super().__init__()
71
-
72
  # assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"
73
  #
74
  # self.text_encoder_name = text_encoder_name
 
67
  uncondition=False,
68
 
69
  ):
70
+ # super().__init__()
71
+ #
72
  # assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"
73
  #
74
  # self.text_encoder_name = text_encoder_name