Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz authored and fitz committed Nov 30, 2022
1 parent 115e4e0 commit 29ba875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def progress_callback(progress, latent, input_image_array, input_mask_array, mod
)

img = generator.generate(
prompt=prompt or "iron men fly in the sky",
prompt=prompt,
negative_prompt=negative_prompt,
num_steps=int(num_steps),
unconditional_guidance_scale=float(guidance_scale),
Expand Down

0 comments on commit 29ba875

Please sign in to comment.