Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
8231f6c
1
Parent(s):
3576c12
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ model_config.update({
|
|
| 85 |
'class_cond': False,
|
| 86 |
'diffusion_steps': 1000,
|
| 87 |
'rescale_timesteps': True,
|
| 88 |
-
'timestep_respacing': '
|
| 89 |
# timesteps.
|
| 90 |
'image_size': 256,
|
| 91 |
'learn_sigma': True,
|
|
|
|
| 85 |
'class_cond': False,
|
| 86 |
'diffusion_steps': 1000,
|
| 87 |
'rescale_timesteps': True,
|
| 88 |
+
'timestep_respacing': '100', # Modify this value to decrease the number of
|
| 89 |
# timesteps.
|
| 90 |
'image_size': 256,
|
| 91 |
'learn_sigma': True,
|