Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
114 |
|
115 |
neg_prompt = gr.Textbox(label="Negative Prompt", value=DEFAULT_NEGATIVE_PROMPT)
|
116 |
with gr.Row():
|
117 |
-
|
118 |
mode = gr.Dropdown(label="mode", choices=['fidelity', 'extremely style'], value='fidelity')
|
119 |
id_mix = gr.Checkbox(
|
120 |
label="ID Mix (if you want to mix two ID image, please turn this on, otherwise, turn this off)",
|
|
|
114 |
|
115 |
neg_prompt = gr.Textbox(label="Negative Prompt", value=DEFAULT_NEGATIVE_PROMPT)
|
116 |
with gr.Row():
|
117 |
+
id_scale = gr.Slider(label="ID scale", minimum=0, maximum=5, step=0.05, value=0.8, interactive=True)
|
118 |
mode = gr.Dropdown(label="mode", choices=['fidelity', 'extremely style'], value='fidelity')
|
119 |
id_mix = gr.Checkbox(
|
120 |
label="ID Mix (if you want to mix two ID image, please turn this on, otherwise, turn this off)",
|