Upload 2 files
Browse files
Was_node_suite/TerminalDrawPainting.txt
CHANGED
|
@@ -9,4 +9,29 @@ git clone https://github.com/cubiq/ComfyUI_essentials.git
|
|
| 9 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle.git
|
| 10 |
git clone https://github.com/shadowcz007/comfyui-mixlab-nodes.git
|
| 11 |
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG.git
|
| 12 |
-
git clone https://github.com/yolain/ComfyUI-Easy-Use.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle.git
|
| 10 |
git clone https://github.com/shadowcz007/comfyui-mixlab-nodes.git
|
| 11 |
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG.git
|
| 12 |
+
git clone https://github.com/yolain/ComfyUI-Easy-Use.git
|
| 13 |
+
|
| 14 |
+
cd workspace/ComfyUI/
|
| 15 |
+
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/Was_node_suite/envDrawPainting.txt
|
| 16 |
+
pip install -r envDrawPainting.txt
|
| 17 |
+
|
| 18 |
+
cd workspace/ComfyUI/custom_nodes/ComfyUI_LayerStyle
|
| 19 |
+
/venv/bin/python -s -m pip install ./whl/docopt-0.6.2-py2.py3-none-any.whl
|
| 20 |
+
/venv/bin/python -s -m pip install ./whl/hydra_core-1.3.2-py3-none-any.whl
|
| 21 |
+
/venv/bin/python -s -m pip install -r requirements.txt
|
| 22 |
+
|
| 23 |
+
cd workspace/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG/RMBG-1.4
|
| 24 |
+
wget https://huggingface.co/briaai/RMBG-1.4/resolve/main/model.pth
|
| 25 |
+
|
| 26 |
+
cd workspace/ComfyUI/models/checkpoints/
|
| 27 |
+
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/stableDiffusionXL_v10Roundeyes.safetensors
|
| 28 |
+
|
| 29 |
+
cd workspace/ComfyUI/models/loras/
|
| 30 |
+
wget https://huggingface.co/datasets/theanhntp/Liblib/resolve/main/Chinese%20style%20hand-painted%20beauty%20-%20SDXL_V1.0.safetensors
|
| 31 |
+
|
| 32 |
+
cd workspace/ComfyUI/models/vae/
|
| 33 |
+
wget https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors
|
| 34 |
+
|
| 35 |
+
cd workspace/ComfyUI/models/controlnet/
|
| 36 |
+
wget https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged.safetensors
|
| 37 |
+
wget https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors
|