mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-16 01:39:46 +00:00
90 lines
4.5 KiB
HTML
90 lines
4.5 KiB
HTML
<div class="mb-6">
|
|
<div class="bg-gradient-welcome card p-6 rounded-lg shadow-lg">
|
|
<h3 class="text-gradient-title text-3xl font-bold mb-4">🚀 Exciting Updates! 🚀</h3>
|
|
|
|
<div class="card mb-6 transition-all duration-300 hover:shadow-xl">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<span class="text-3xl">🎨</span>
|
|
<h4 class="text-subtitle text-2xl font-bold">Remote Stable Diffusion Integration</h4>
|
|
</div>
|
|
|
|
<div class="space-y-4 text-left">
|
|
<p class="text-progress leading-relaxed">
|
|
LoLLMs can now seamlessly connect to any remote Stable Diffusion WebUI, expanding your creative possibilities! Simply ensure the remote instance is accessible and launched with the <code>--api</code> option.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-6 transition-all duration-300 hover:shadow-xl">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<span class="text-3xl">🧠</span>
|
|
<h4 class="text-subtitle text-2xl font-bold">Smart Router Enhancement</h4>
|
|
</div>
|
|
|
|
<div class="space-y-4 text-left">
|
|
<p class="text-progress leading-relaxed">
|
|
Our new smart router now selects the most appropriate model based on its description, not just prompt complexity. This ensures more accurate and context-aware responses for your queries.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card mb-6 hover:shadow-xl transition-all duration-300">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<span class="text-3xl">🛠️</span>
|
|
<h4 class="text-subtitle text-2xl font-bold">New Apps in the Zoo</h4>
|
|
</div>
|
|
|
|
<div class="space-y-4 text-left">
|
|
<p class="text-progress text-lg leading-relaxed">
|
|
Explore our latest additions to the LoLLMs app ecosystem:
|
|
</p>
|
|
|
|
<ul class="list-disc list-inside space-y-2 pl-4 text-progress">
|
|
<li>LLM Fine-tuning App (supporting LoRA and full fine-tuning)</li>
|
|
<li>Model Downloader</li>
|
|
<li>Database Management Tools (use different local and remote databases, fuse databases, reformat, etc.)</li>
|
|
<li>Image Resizing App (resize with or without aspect ratio preservation)</li>
|
|
<li>System Tasks Analysis App (leverages LoLLMs to detect potential malware and provides Google search links for unknown apps)</li>
|
|
</ul>
|
|
|
|
<div class="bg-gradient-progress p-4 rounded-md border-l-4 border-current mt-4">
|
|
<p class="text-progress italic">
|
|
"Empowering users with advanced AI tools, customization options, and enhanced system security!"
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card hover:shadow-xl transition-all duration-300">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<span class="text-3xl">🎥</span>
|
|
<h4 class="text-subtitle text-2xl font-bold">New Video Release Feature</h4>
|
|
</div>
|
|
|
|
<div class="space-y-4 text-left">
|
|
<p class="text-progress text-lg leading-relaxed">
|
|
We're excited to introduce a new feature for video releases:
|
|
</p>
|
|
|
|
<ul class="list-disc list-inside space-y-2 pl-4 text-progress">
|
|
<li>When a new video is released, you'll see a play button.</li>
|
|
<li>After watching the video, the play button won't appear again for that specific video.</li>
|
|
<li>This helps you easily identify new, unwatched videos in your feed.</li>
|
|
</ul>
|
|
|
|
<div class="bg-gradient-progress p-4 rounded-md border-l-4 border-current mt-4">
|
|
<p class="text-progress italic">
|
|
"Never miss a new release and keep track of your watched content effortlessly!"
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="text-center mt-6">
|
|
<p class="text-xl font-bold text-gradient-title">Thank you for watching and staying updated with LoLLMs!</p>
|
|
<p class="text-lg text-progress">We appreciate your continued support and engagement with our platform.</p>
|
|
</div>
|