Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,26 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
#
|
4 |
-
echo "
|
5 |
-
|
6 |
-
# Clone the ComfyUI repository if it doesn't exist
|
7 |
-
if [ ! -d "ComfyUI" ]; then
|
8 |
-
echo "Cloning the ComfyUI repository..."
|
9 |
-
git clone -b totoro4 https://github.com/camenduru/ComfyUI.git
|
10 |
-
else
|
11 |
-
echo "ComfyUI repository already exists."
|
12 |
-
fi
|
13 |
-
|
14 |
-
# List contents of the current directory and ComfyUI directory
|
15 |
-
echo "Contents of the current directory:"
|
16 |
-
ls -la
|
17 |
-
echo "Contents of the ComfyUI directory:"
|
18 |
-
ls -la ComfyUI
|
19 |
-
|
20 |
-
# Verify the clone
|
21 |
-
if [ ! -d "ComfyUI/totoro_extras" ]; then
|
22 |
-
echo "Error: Failed to clone the ComfyUI repository or 'totoro_extras' directory is missing."
|
23 |
-
exit 1
|
24 |
-
else
|
25 |
-
echo "ComfyUI repository cloned successfully."
|
26 |
-
fi
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
# Example of environment setup
|
4 |
+
echo "Setup script executed."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|