New node - Load Audio UI

Added new node, Load Audio UI

Updated workflow
This commit is contained in:
WhatDreamsCost
2026-04-30 00:16:51 -05:00
parent c6d72197cc
commit 67f6a08ed0
6 changed files with 870 additions and 276 deletions

View File

@@ -17,7 +17,7 @@ class MultiImageLoader:
"height": ("INT", {"default": 0, "min": 0, "max": 8192, "step": 1}),
"interpolation": (["lanczos", "nearest", "bilinear", "bicubic", "area", "nearest-exact"],),
"resize_method": (["keep proportion", "stretch", "pad", "crop"],),
"multiple_of": ("INT", {"default": 0, "min": 0, "max": 512, "step": 1}),
"multiple_of": ("INT", {"default": 32, "min": 0, "max": 512, "step": 1}),
"img_compression": ("INT", {"default": 18, "min": 0, "max": 100, "step": 1}),
},
}