mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Change Log for SD.Next
|
||||
|
||||
## Highlights for 2026-08-18
|
||||
## Highlights for 2026-08-19
|
||||
|
||||
Time for a new release, this is a larger one!
|
||||
Main focus is improving video workflows which also brings full support for new [MiniMax H3](https://vladmandic.github.io/sdnext-docs/MiniMax) and [LTXVideo-2.5](https://vladmandic.github.io/sdnext-docs/LTX)
|
||||
@@ -15,7 +15,7 @@ Plus quite a lot more, see full [changelog](https://github.com/vladmandic/automa
|
||||
|
||||
[Home](https://vladmandic.github.io/sdnext/) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) | [Sponsor](https://github.com/sponsors/vladmandic)
|
||||
|
||||
## Details for 2026-08-18
|
||||
## Details for 2026-08-19
|
||||
|
||||
- **Models**
|
||||
- [MiniMax H3](https://huggingface.co/MiniMaxAI/MiniMax-H3) available in *base* and *ref* variants
|
||||
|
||||
+1
-1
Submodule extensions-builtin/sdnq updated: 6e87b5a27a...e3f39bff57
+2
-2
@@ -15,10 +15,10 @@ const loginHTML = `
|
||||
<h2>SD.Next Login</h2>
|
||||
<label for="loginUsername" style="margin-top: 0.5em">Username</label>
|
||||
<input type="text" id="loginUsername" name="username" autocomplete="username" style="width: 92%; padding: 0.5em; margin-top: 0.5em; border-radius: 4px;">
|
||||
|
||||
|
||||
<label for="loginPassword" style="margin-top: 0.5em">Password</label>
|
||||
<input type="password" id="loginPassword" name="password" autocomplete="current-password" style="width: 92%; padding: 0.5em; margin-top: 0.5em; border-radius: 4px;">
|
||||
|
||||
|
||||
<div id="loginStatus" style="margin-top: 0.5em"></div>
|
||||
<button type="submit" style="width: 100%; padding: 0.5em; margin-top: 0.5em; background: #366; color: #ddd; border: none; border-radius: 4px; filter: drop-shadow(2px 4px 6px black);">Login</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user