File size: 162 Bytes
c2fcbe5
 
 
 
 
 
1
2
3
4
5
6
7
#!/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