layerdiffusion commited on
Commit ·
68b62c1
1
Parent(s): 1aab7b2
app.py
CHANGED
|
@@ -340,7 +340,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
| 340 |
with gr.Row():
|
| 341 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
| 342 |
with gr.Row():
|
| 343 |
-
gr.Markdown("
|
| 344 |
with gr.Row():
|
| 345 |
gr.Markdown("Note that you can only occupy zero GPU 170 seconds every 5 minutes. If connection error out, wait 5 minites and try again.")
|
| 346 |
|
|
|
|
| 340 |
with gr.Row():
|
| 341 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
| 342 |
with gr.Row():
|
| 343 |
+
gr.Markdown("Local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
| 344 |
with gr.Row():
|
| 345 |
gr.Markdown("Note that you can only occupy zero GPU 170 seconds every 5 minutes. If connection error out, wait 5 minites and try again.")
|
| 346 |
|