Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeitexttoimg.py
Browse files
feifeilib/feifeitexttoimg.py
CHANGED
@@ -29,8 +29,9 @@ def feifeitexttoimg(
|
|
29 |
prompt,generator = feifeiprompt(randomize_seed,seed,prompt,quality_select,styles_Radio,FooocusExpansion_select)
|
30 |
|
31 |
image = pipe(
|
32 |
-
prompt="",
|
33 |
-
prompt_2=prompt,
|
|
|
34 |
width=width,
|
35 |
height=height,
|
36 |
num_inference_steps=num_inference_steps,
|
|
|
29 |
prompt,generator = feifeiprompt(randomize_seed,seed,prompt,quality_select,styles_Radio,FooocusExpansion_select)
|
30 |
|
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,
|