logo
0
0
WeChat Login
Add 'ComfyUI/custom_nodes/ComfyUI-prompt-formula/' from commit '70255e07a66e814665b9d5121e9891e5681cb088'

#git安装大文件,上传大文件 git lfs install git lfs track "*.pth" git add .gitattributes git add models/your_model.pth git commit -m "Add large model file with Git LFS" git push origin main

#下载大模型文件 pip install huggingface_hub

export HF_ENDPOINT=https://hf-mirror.com

huggingface-cli download lj1995/GPT-SoVITS
--repo-type=model
--revision=main
--local-dir=./GPT-SoVITS

huggingface-cli download lj1995/VoiceConversionWebUI
--repo-type=model
--revision=main
--include="uvr5_weights/**"
--local-dir=./uvr5_weights

#打开webui cd /workspace/index-tts && pip install -e ".[webui]" --no-build-isolation && python webui.py cd /workspace/ComfyUI && python main.py --listen 0.0.0.0 --port 8188

#下载子项目 git subtree add --prefix=ComfyUI https://github.com/comfyanonymous/ComfyUI.git master git subtree pull --prefix=ComfyUI https://github.com/comfyanonymous/ComfyUI.git master --squash

git subtree add --prefix=ComfyUI/custom_nodes/ComfyUI-Manager https://github.com/Comfy-Org/ComfyUI-Manager.git main git subtree pull --prefix=ComfyUI/custom_nodes/ComfyUI-Manager https://github.com/Comfy-Org/ComfyUI-Manager.git main --squash

git subtree add --prefix=ComfyUI/custom_nodes/ComfyUI-DD-Translation https://github.com/Dontdrunk/ComfyUI-DD-Translation.git main git subtree pull --prefix=ComfyUI/custom_nodes/ComfyUI-DD-Translation https://github.com/Dontdrunk/ComfyUI-DD-Translation.git main --squash

git subtree add --prefix=ComfyUI/custom_nodes/was-node-suite-comfyui https://github.com/WASasquatch/was-node-suite-comfyui.git main git subtree pull --prefix=ComfyUI/custom_nodes/was-node-suite-comfyui https://github.com/WASasquatch/was-node-suite-comfyui.git main --squash

git subtree add --prefix=ComfyUI/custom_nodes/ComfyUI-Easy-Use https://github.com/yolain/ComfyUI-Easy-Use.git main git subtree pull --prefix=ComfyUI/custom_nodes/ComfyUI-Easy-Use https://github.com/yolain/ComfyUI-Easy-Use.git main --squash

git subtree add --prefix=ComfyUI/custom_nodes/ComfyUI-prompt-formula https://github.com/a63976659/ComfyUI-prompt-formula.git main git subtree pull --prefix=ComfyUI/custom_nodes/ComfyUI-prompt-formula https://github.com/a63976659/ComfyUI-prompt-formula.git main --squash

apt-get update && apt-get install -y aria2 aria2c -x 12 -c

About

comfyUI

ComfyUIrepo-named
Language
XML35.4%
Python26%
JavaScript2.9%
Markdown0.5%
Others35.2%