|
cd workspace/ComfyUI/custom_nodes/
|
|
git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git
|
|
git clone https://github.com/WASasquatch/was-node-suite-comfyui.git
|
|
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git
|
|
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
|
|
git clone https://github.com/Extraltodeus/ComfyUI-AutomaticCFG.git
|
|
git clone https://github.com/rgthree/rgthree-comfy.git
|
|
git clone https://github.com/cubiq/ComfyUI_essentials.git
|
|
git clone https://github.com/chflame163/ComfyUI_LayerStyle.git
|
|
git clone https://github.com/shadowcz007/comfyui-mixlab-nodes.git
|
|
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG.git
|
|
git clone https://github.com/yolain/ComfyUI-Easy-Use.git
|
|
|
|
cd workspace/ComfyUI/
|
|
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/Was_node_suite/envDrawPainting.txt
|
|
pip install -r envDrawPainting.txt
|
|
|
|
cd workspace/ComfyUI/custom_nodes/ComfyUI_LayerStyle
|
|
/venv/bin/python -s -m pip install ./whl/docopt-0.6.2-py2.py3-none-any.whl
|
|
/venv/bin/python -s -m pip install ./whl/hydra_core-1.3.2-py3-none-any.whl
|
|
/venv/bin/python -s -m pip install -r requirements.txt
|
|
|
|
cd workspace/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG/RMBG-1.4
|
|
wget https://huggingface.co/briaai/RMBG-1.4/resolve/main/model.pth
|
|
|
|
cd workspace/ComfyUI/models/checkpoints/
|
|
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/stableDiffusionXL_v10Roundeyes.safetensors
|
|
|
|
cd workspace/ComfyUI/models/loras/
|
|
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/Chinese%20style%20hand-painted%20beauty%20-%20SDXL_V1.0.safetensors
|
|
|
|
cd workspace/ComfyUI/models/vae/
|
|
wget https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors
|
|
|
|
cd workspace/ComfyUI/models/controlnet/
|
|
wget https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged.safetensors
|
|
wget https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors |