mrcuddle commited on
Commit
fae0f74
·
verified ·
1 Parent(s): 406418b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(theme="Ytheme/Minecraft", fill_width=True, delete_cache=(60, 3600
51
  gr.Markdown("Based on: https://github.com/martyn/safetensors-merge-supermario")
52
  gr.Markdown("Works with:")
53
  gr.Markdown("* Stable Diffusion (1.5, XL/XL Turbo)")
54
- gr.Markdown("* LLMs (Mistral, Llama, etc)")
55
  gr.Markdown("* LoRas (must be same size)")
56
  gr.Markdown("* Any two homologous models")
57
 
 
51
  gr.Markdown("Based on: https://github.com/martyn/safetensors-merge-supermario")
52
  gr.Markdown("Works with:")
53
  gr.Markdown("* Stable Diffusion (1.5, XL/XL Turbo)")
54
+ gr.Markdown("* LLMs (Mistral, Llama, etc) (also works with Llava, Visison models) ")
55
  gr.Markdown("* LoRas (must be same size)")
56
  gr.Markdown("* Any two homologous models")
57