amildravid4292 commited on
Commit
4bf9cee
·
verified ·
1 Parent(s): e0e9bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -219,6 +219,8 @@ class main():
219
  print(self.text_encoder.device)
220
  print(self.vae.device)
221
  print(self.network.proj.device)
 
 
222
  print(self.network.v.device)
223
  print(text_embeddings.device)
224
  noise_pred = self.unet(latent_model_input, t, encoder_hidden_states=text_embeddings, timestep_cond= None).sample
 
219
  print(self.text_encoder.device)
220
  print(self.vae.device)
221
  print(self.network.proj.device)
222
+ print(self.network.mean.device)
223
+ print(self.network.std.device)
224
  print(self.network.v.device)
225
  print(text_embeddings.device)
226
  noise_pred = self.unet(latent_model_input, t, encoder_hidden_states=text_embeddings, timestep_cond= None).sample