Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeitexttoimg.py
Browse files
feifeilib/feifeitexttoimg.py
CHANGED
@@ -31,7 +31,7 @@ def feifeitexttoimg(
|
|
31 |
image = pipe(
|
32 |
# prompt="",
|
33 |
# prompt_2=prompt,
|
34 |
-
|
35 |
width=width,
|
36 |
height=height,
|
37 |
num_inference_steps=num_inference_steps,
|
|
|
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,
|