Maria commited on
Commit
cc64eff
·
1 Parent(s): e9d8628
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(css=css) as demo:
121
  value=7.0, # Replace with defaults that work for your model
122
  )
123
 
124
- guidance_scale = gr.Slider(
125
  label="LoRA scale",
126
  minimum=0.0,
127
  maximum=1.0,
@@ -150,6 +150,7 @@ with gr.Blocks(css=css) as demo:
150
  width,
151
  height,
152
  guidance_scale,
 
153
  num_inference_steps,
154
  use_controlnet,
155
  control_strength,
 
121
  value=7.0, # Replace with defaults that work for your model
122
  )
123
 
124
+ lora_scale = gr.Slider(
125
  label="LoRA scale",
126
  minimum=0.0,
127
  maximum=1.0,
 
150
  width,
151
  height,
152
  guidance_scale,
153
+ lora_scale,
154
  num_inference_steps,
155
  use_controlnet,
156
  control_strength,