SunderAli17 commited on
Commit
9105a01
·
verified ·
1 Parent(s): d5b672d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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)",
 
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)",