Ahsen Khaliq commited on
Commit
5f90927
Β·
1 Parent(s): 52a9db1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ def inference(text):
247
  vqgan_config=f'{model}.yaml',
248
  vqgan_checkpoint=f'{model}.ckpt',
249
  step_size=0.1,
250
- cutn=32,
251
  cut_pow=1.,
252
  display_freq=images_interval,
253
  seed=seed,
 
247
  vqgan_config=f'{model}.yaml',
248
  vqgan_checkpoint=f'{model}.ckpt',
249
  step_size=0.1,
250
+ cutn=1,
251
  cut_pow=1.,
252
  display_freq=images_interval,
253
  seed=seed,