Hmmm / setup.sh
mobenta's picture
Create setup.sh
c2fcbe5 verified
raw
history blame
162 Bytes
#!/bin/bash
# Clone the ComfyUI repository if not already present
if [ ! -d "ComfyUI" ]; then
git clone -b totoro4 https://github.com/camenduru/ComfyUI.git
fi