ComfyUI_Custom_Nodes_AlekPet icon indicating copy to clipboard operation
ComfyUI_Custom_Nodes_AlekPet copied to clipboard

All install issue resolve templates are for Comfyui Windows only

Open LPG-VERSION opened this issue 11 months ago • 0 comments

1.you need to create a bat file under ../python_embeded and input:

1.1.\python_embeded\python.exe -s -m pip install "moudle name" -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn (if you missing moudles, can input multiple with there moudle name)

1.1.1.for example: .\python_embeded\python.exe -s -m pip install googletrans -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

1.2.\python_embeded\python.exe -c "import git; git.Repo.clone_from('https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet', './ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet')" -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn (if not install by this method)

1.3 use REM Make the code not execute 1.3.1.for example: REM .\python_embeded\python.exe -c "import git; git.Repo.clone_from('https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet', './ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet')" -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

2.execute it, hope it can help everyone who is not familiar with the code

LPG-VERSION avatar Mar 16 '24 04:03 LPG-VERSION