Spaces:
Running
on
Zero
Running
on
Zero
chore : minor changes
Browse files
__pycache__/live_preview_helpers.cpython-310.pyc
CHANGED
Binary files a/__pycache__/live_preview_helpers.cpython-310.pyc and b/__pycache__/live_preview_helpers.cpython-310.pyc differ
|
|
__pycache__/llm_wrapper.cpython-310.pyc
CHANGED
Binary files a/__pycache__/llm_wrapper.cpython-310.pyc and b/__pycache__/llm_wrapper.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css=css) as demo:
|
|
77 |
|
78 |
with gr.Column(elem_id="col-container"):
|
79 |
gr.Markdown(f"""# [POSTECH] PONIX Generator ๐
|
80 |
-
[[
|
81 |
""")
|
82 |
|
83 |
with gr.Row():
|
@@ -95,6 +95,13 @@ with gr.Blocks(css=css) as demo:
|
|
95 |
result = gr.Image(label="Result", show_label=False)
|
96 |
|
97 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
seed = gr.Slider(
|
100 |
label="Seed",
|
|
|
77 |
|
78 |
with gr.Column(elem_id="col-container"):
|
79 |
gr.Markdown(f"""# [POSTECH] PONIX Generator ๐
|
80 |
+
[[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]
|
81 |
""")
|
82 |
|
83 |
with gr.Row():
|
|
|
95 |
result = gr.Image(label="Result", show_label=False)
|
96 |
|
97 |
with gr.Accordion("Advanced Settings", open=False):
|
98 |
+
|
99 |
+
use_prompt_refinement = gr.Checkbox(
|
100 |
+
label="Use prompt refinement",
|
101 |
+
value=True,
|
102 |
+
info="AI๊ฐ ์
๋ ฅํ ํ๋กฌํํธ๋ฅผ ์๋์ผ๋ก ๊ฐ์ ํฉ๋๋ค. "
|
103 |
+
)
|
104 |
+
|
105 |
|
106 |
seed = gr.Slider(
|
107 |
label="Seed",
|