Spaces:
Running
Running
add : logger
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
|
|
46 |
target_prompt=prompt,
|
47 |
prompt_in_path="prompt.json",
|
48 |
)
|
|
|
49 |
|
50 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
51 |
prompt=refined_prompt,
|
|
|
46 |
target_prompt=prompt,
|
47 |
prompt_in_path="prompt.json",
|
48 |
)
|
49 |
+
print(f"Refined prompt: {refined_prompt}")
|
50 |
|
51 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
52 |
prompt=refined_prompt,
|