Fix combo input default value (#242)

* Fix combo input default value

* Supress logs and fix failure
This commit is contained in:
Chenlei Hu
2024-07-27 22:17:42 -04:00
committed by GitHub
parent c0875d066a
commit f4f0c960a3
4 changed files with 38 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const EXAMPLE_NODE_DEFS: ComfyNodeDefImpl[] = [
{
input: {
required: {
ckpt_name: [['model1.safetensors', 'model2.ckpt']]
ckpt_name: [['model1.safetensors', 'model2.ckpt'], {}]
}
},
output: ['MODEL', 'CLIP', 'VAE'],