Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,8 @@ def infer(
|
|
94 |
print(f"Generating {MEGAPIXEL_COUNT} megapixel image.")
|
95 |
|
96 |
image = pipe(
|
97 |
-
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,
|