fffiloni commited on
Commit
750a833
1 Parent(s): 0eb700f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -303,16 +303,16 @@ with gr.Blocks(css=css) as demo:
303
  with gr.Column():
304
  with gr.Group():
305
  prompt = gr.Textbox(label="Prompt")
306
- negative_prompt = gr.Textbox(label="Negative prompt", value="extra digit, fewer digits, cropped, worst quality, low quality, glitch, deformed, mutated, ugly, disfigured")
307
  with gr.Group():
308
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5)
309
  inf_steps = gr.Slider(label="Inference Steps", minimum="25", maximum="50", step=1, value=25)
310
- custom_lora_weight = gr.Slider(label="Custom model weights", minimum=0.1, maximum=0.9, step=0.1, value=0.9)
311
 
312
  with gr.Column():
313
  with gr.Group():
314
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False, info="For the moment, only canny is available")
315
- controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5)
316
  with gr.Group():
317
  seed = gr.Slider(
318
  label="Seed",
 
303
  with gr.Column():
304
  with gr.Group():
305
  prompt = gr.Textbox(label="Prompt")
306
+ negative_prompt = gr.Textbox(label="Negative prompt", value="extra digit, fewer digits, cropped")
307
  with gr.Group():
308
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5)
309
  inf_steps = gr.Slider(label="Inference Steps", minimum="25", maximum="50", step=1, value=25)
310
+ custom_lora_weight = gr.Slider(label="Custom model weights", minimum=0.1, maximum=1.0, step=0.1, value=0.9)
311
 
312
  with gr.Column():
313
  with gr.Group():
314
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False, info="For the moment, only canny is available")
315
+ controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=1.0, step=0.01, value=0.5)
316
  with gr.Group():
317
  seed = gr.Slider(
318
  label="Seed",