aifeifei798 commited on
Commit
bccd060
·
verified ·
1 Parent(s): 9511675

Update feifeilib/feifeitexttoimg.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeitexttoimg.py +1 -1
feifeilib/feifeitexttoimg.py CHANGED
@@ -31,7 +31,7 @@ def feifeitexttoimg(
31
  image = pipe(
32
  # prompt="",
33
  # prompt_2=prompt,
34
- prompt_2=prompt,
35
  width=width,
36
  height=height,
37
  num_inference_steps=num_inference_steps,
 
31
  image = pipe(
32
  # prompt="",
33
  # prompt_2=prompt,
34
+ prompt=prompt,
35
  width=width,
36
  height=height,
37
  num_inference_steps=num_inference_steps,