10 lines
359 B
JavaScript
10 lines
359 B
JavaScript
import { app } from "/scripts/app.js";
|
|
|
|
// The Dumas Long Videos node now wraps the upstream MiniMax-H3-Longvideos
|
|
// sampler directly. The old local frontend grouped Dumas-specific widgets that
|
|
// no longer exist on the upstream node, so this extension intentionally does
|
|
// nothing.
|
|
app.registerExtension({
|
|
name: "Dumas.H3LongVideos.UpstreamWrapper",
|
|
});
|