Files
exui/static/globals.js
2023-11-02 02:16:18 +01:00

17 lines
264 B
JavaScript

// Model state
var currentModelUUID = null;
var loadedModelUUID = null;
var failedModelUUID = null;
var failedModelError = null;
// Session state
var currentSessionUUID = null;
var currentSettings = null;
// Streaming state
var currentStreamingBlock = null;