fix: add missing type fields to sampler_name and scheduler inputs

This commit is contained in:
2025-11-23 12:07:43 +01:00
parent d6fbda38f1
commit 8b8a29a47e

View File

@@ -195,10 +195,12 @@
"type": "FLOAT"
},
{
"name": "sampler_name"
"name": "sampler_name",
"type": "STRING"
},
{
"name": "scheduler"
"name": "scheduler",
"type": "STRING"
},
{
"name": "denoise",