This commit is contained in:
awsr
2026-01-02 18:35:18 -08:00
parent 5acbab5e61
commit 6d4b79659e
5 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
// simple nodejs script to test sdnext api
const fs = require('fs');
const path = require('path');
const process = require('process');
const fs = require('node:fs');
const path = require('node:path');
const argparse = require('argparse');
const sd_url = process.env.SDAPI_URL || 'http://127.0.0.1:7860';