21 lines
801 B
JSON
21 lines
801 B
JSON
{
|
|
"SmartSaveImage": {
|
|
"display_name": "智能保存图片",
|
|
"description": "预览最终路径,并用模板组织目录和文件名",
|
|
"inputs": {
|
|
"images": {"name": "图像", "tooltip": "需要保存的图片或图片批次"},
|
|
"root_mode": {"name": "保存位置"},
|
|
"custom_root": {"name": "自定义路径"},
|
|
"folder_template": {"name": "子目录规则"},
|
|
"filename_template": {"name": "文件名规则"},
|
|
"file_format": {"name": "格式"},
|
|
"collision_mode": {"name": "同名冲突"},
|
|
"save_mode": {"name": "保存模式"},
|
|
"manual_model": {"name": "模型来源"},
|
|
"embed_workflow": {"name": "嵌入工作流"},
|
|
"counter_digits": {"name": "序号位数"},
|
|
"png_compression": {"name": "PNG 压缩"}
|
|
}
|
|
}
|
|
}
|