This commit is contained in:
lvmin 2023-08-10 11:31:25 -07:00
parent ea71cdc754
commit 789e1a6014
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ def process(positive_prompt, negative_prompt, width=1024, height=1024, batch_siz
refiner_negative=negative_conditions_refiner,
refiner_switch_step=20,
latent=empty_latent,
steps=30, start_step=0, last_step=30, disable_noise=False, force_full_denoise=True
steps=30, start_step=0, last_step=30, disable_noise=False, force_full_denoise=True,
seed=12345
)
decoded_latent = core.decode_vae(vae=xl_refiner.vae, latent_image=sampled_latent)