debisoft commited on
Commit
6f8c7c5
·
1 Parent(s): d6776f1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ class ContextUnet(nn.Module):
98
  # hyperparameters
99
 
100
  # diffusion hyperparameters
101
- timesteps = 4000
102
  beta1 = 1e-4
103
  beta2 = 0.02
104
 
 
98
  # hyperparameters
99
 
100
  # diffusion hyperparameters
101
+ timesteps = 5000
102
  beta1 = 1e-4
103
  beta2 = 0.02
104