save changes

This commit is contained in:
2025-09-22 22:23:09 +02:00
parent 3b9ebd0325
commit 20262bc60a
2 changed files with 16 additions and 4 deletions

View File

@ -97,7 +97,7 @@
}, },
"52": { "52": {
"inputs": { "inputs": {
"image": "AG9782s.webp" "image": "zagreb_musicspot_s14_c1_v1.png"
}, },
"class_type": "LoadImage", "class_type": "LoadImage",
"_meta": { "_meta": {
@ -340,7 +340,7 @@
"inputs": { "inputs": {
"resize_to": "4k", "resize_to": "4k",
"images": [ "images": [
"8", "76",
0 0
], ],
"upscaler_trt_model": [ "upscaler_trt_model": [
@ -355,12 +355,24 @@
}, },
"75": { "75": {
"inputs": { "inputs": {
"model": "4xNomos2_otf_esrgan", "model": "4x-UltraSharp",
"precision": "fp16" "precision": "fp16"
}, },
"class_type": "LoadUpscalerTensorrtModel", "class_type": "LoadUpscalerTensorrtModel",
"_meta": { "_meta": {
"title": "Load Upscale Tensorrt Model" "title": "Load Upscale Tensorrt Model"
} }
},
"76": {
"inputs": {
"anything": [
"8",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
} }
} }

View File

@ -235,7 +235,7 @@ async function main() {
serverForVideo.outputDir!, serverForVideo.outputDir!,
DEFAULT_SIZE, DEFAULT_SIZE,
true, true,
true false
); );
await sleep(10000); // wait a bit for file system to settle await sleep(10000); // wait a bit for file system to settle