修复高级参数bug

This commit is contained in:
w_xiaolizu
2023-05-23 10:49:34 +08:00
parent 11cbfd33e9
commit 065257b6d8
5 changed files with 9 additions and 10 deletions

View File

@ -254,7 +254,7 @@ def get_crazy_functions():
"Color": "stop",
"AsButton": True,
"AdvancedArgs": True, # 调用时唤起高级参数输入区默认False
"ArgsReminder": "在这里输入分辨率, 如256x256(默认)", # 高级参数输入区的显示提示
"ArgsReminder": "在这里输入分辨率, 如'256x256'(默认), '512x512', '1024x1024'", # 高级参数输入区的显示提示
"Function": HotReload(图片生成)
},
})