lldacing

Results 9 issues of 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). ![image](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/assets/43737696/f8cd0bb1-a83c-44e0-93fa-685030b7dafa) ![image](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/assets/43737696/d694e791-2e9f-4ec3-a0fd-a958e080423d)

There is also no mask returned in the code. ![image](https://github.com/user-attachments/assets/a9056d9d-e129-43e4-accf-c94c592ba47a) ![image](https://github.com/user-attachments/assets/b2150d43-db96-486f-8bc1-b1f325406203)

### 描述问题 / 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...

Feature

## 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...