lldacing
lldacing
1、第一次使用工具时,启动的时侯初始化“切换host”下左侧列表时会报数组越界 2、数据库里面已经有host信息时,再新建一个保存后,右侧编辑区展示的内容不对,展示的是系统hosts文件内容,看数据库里面是对的,在左侧点击其它host后,新建的这个host的库里面的信息被更新成host文件内容了
If the workflow has a LoadImage node, the upload button callback will be triggered.
I found follow two errors, but it still don't work after fixed, because code "const callb = this.node.callback" is undefined (figure 1).  
There is also no mask returned in the code.  
### 描述问题 / Describe the bug 子网代理地址需要输入回车才能生效,安卓手机关联出的输入法无法输入回车 ### 重现步骤 / Reproduction _No response_ ### 预期结果 / Expected behavior _No response_ ### 额外上下文 / Additional context _No response_
### Expected Behavior After adding model in the path specified in the extra_model_path.yaml and clicking refresh button or reload page, the new model can be selected. [ComfyUI_frontend issue 1132](https://github.com/Comfy-Org/ComfyUI_frontend/issues/1132), let...
## Describe the bug* When python>=3.11, variable `__file__` is not recognized ## To Reproduce test code: ``` import os if __name__ == '__main__': os.path.realpath(__file__) ``` ## Expected behavior Run through...