habulaj commited on
Commit
0aacca4
1 Parent(s): 4fc5e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,8 +179,8 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
179
  gr.Markdown("""### LoRAs
180
  <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>"""
181
  )
182
- lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
183
- lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
184
  lora_scale = gr.Slider(
185
  info="The closer to 1, the more it will resemble LoRA, but errors may be visible.",
186
  label="Lora Scale 1",
 
179
  gr.Markdown("""### LoRAs
180
  <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>"""
181
  )
182
+ lora = gr.Text(label='LoRA 1', info='Make sure you are using the configured trigger word for the chosen LoRA, otherwise the style, person, object, animal... may not be applied correctly', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
183
+ lora2 = gr.Text(label='LoRA 2', info='Make sure you are using the configured trigger word for the chosen LoRA, otherwise the style, person, object, animal... may not be applied correctly', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
184
  lora_scale = gr.Slider(
185
  info="The closer to 1, the more it will resemble LoRA, but errors may be visible.",
186
  label="Lora Scale 1",