cwhuh commited on
Commit
3f3c52b
ยท
1 Parent(s): dc592b9

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
- [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
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",