zmj1203

Results 1 comments of zmj1203

I modify the code and then it can run (I am not sure, you can try it.) File "/home/ady/Desktop/toma/stable-diffusion/ldm/models/diffusion/ddpm.py", line 1093, in p_losses logvar_t = self.logvar[t].to(self.device) -> logvar_t = self.logvar[t.cpu()].to(self.device)