Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ Have Fun & Enjoy ⚡ <a href="https://www.thafx.com"><abbr title="Website">//THA
|
|
| 151 |
with gr.Tab("Options"):
|
| 152 |
with gr.Group():
|
| 153 |
neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
|
| 154 |
-
auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically (
|
| 155 |
|
| 156 |
with gr.Row():
|
| 157 |
guidance = gr.Slider(label="Guidance scale", value=7, maximum=15)
|
|
|
|
| 151 |
with gr.Tab("Options"):
|
| 152 |
with gr.Group():
|
| 153 |
neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
|
| 154 |
+
auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically (lomo style,)", value=prefix, visible=prefix)
|
| 155 |
|
| 156 |
with gr.Row():
|
| 157 |
guidance = gr.Slider(label="Guidance scale", value=7, maximum=15)
|