aifeifei798 commited on
Commit
0af2106
·
verified ·
1 Parent(s): 619b67a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ def infer(
94
  print(f"Generating {MEGAPIXEL_COUNT} megapixel image.")
95
 
96
  image = pipe(
97
- prompt=FULL_PROMPT, # Use the combined prompt
 
98
  width=width,
99
  height=height,
100
  num_inference_steps=num_inference_steps,
 
94
  print(f"Generating {MEGAPIXEL_COUNT} megapixel image.")
95
 
96
  image = pipe(
97
+ prompt="",
98
+ prompt_2=FULL_PROMPT, # Use the combined prompt
99
  width=width,
100
  height=height,
101
  num_inference_steps=num_inference_steps,