lllyasviel commited on
Commit
23e630d
·
1 Parent(s): dbdeecb
Files changed (1) hide show
  1. modules/default_pipeline.py +1 -1
modules/default_pipeline.py CHANGED
@@ -36,7 +36,7 @@ def process(positive_prompt, negative_prompt, width=1024, height=1024, batch_siz
36
  refiner_switch_step=20,
37
  latent=empty_latent,
38
  steps=30, start_step=0, last_step=30, disable_noise=False, force_full_denoise=True,
39
- seed=12345
40
  )
41
 
42
  decoded_latent = core.decode_vae(vae=xl_refiner.vae, latent_image=sampled_latent)
 
36
  refiner_switch_step=20,
37
  latent=empty_latent,
38
  steps=30, start_step=0, last_step=30, disable_noise=False, force_full_denoise=True,
39
+ seed=123456
40
  )
41
 
42
  decoded_latent = core.decode_vae(vae=xl_refiner.vae, latent_image=sampled_latent)