habulaj commited on
Commit
af57298
·
verified ·
1 Parent(s): ef620c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -254,7 +254,8 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
254
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
255
  with gr.Group():
256
  gr.Markdown("""### LoRAs
257
- <small>To activate the use of LoRAs, you should check only the 'Use 1 LoRA' checkbox if you want to use just one LoRA, and only the 'Use 2 LoRAs' checkbox if you want to use 2 LoRAs (i.e., blend styles)! It's important that all LoRAs are from the same base version of the selected model. For example, if the model is SDXL 1.0, the LoRA must also be.</small>""")
 
258
  lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
259
  lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
260
  lora_scale = gr.Slider(
 
254
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
255
  with gr.Group():
256
  gr.Markdown("""### LoRAs
257
+ <small>To activate the use of LoRAs, you should check only the 'Use 1 LoRA' checkbox if you want to use just one LoRA, and only the 'Use 2 LoRAs' checkbox if you want to use 2 LoRAs (i.e., blend styles)! It's important that all LoRAs are from the same base version of the selected model. For example, if the model is SDXL 1.0, the LoRA must also be.</small>"""
258
+ )
259
  lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
260
  lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
261
  lora_scale = gr.Slider(