mrestrepo commited on
Commit
15ed5aa
·
1 Parent(s): 889b1a0

Test with init_image parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def infer(prompt, refer_image, height, width):
32
  # num_inference_steps=num_inference_steps,
33
  width=width,
34
  height=height,
35
- image=refer_image
36
  # generator=generator
37
  ).images[0]
38
 
 
32
  # num_inference_steps=num_inference_steps,
33
  width=width,
34
  height=height,
35
+ init_image=refer_image
36
  # generator=generator
37
  ).images[0]
38