Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mobenta
/
Hmmm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7a9de80
Hmmm
/
setup.sh
mobenta
Create setup.sh
c2fcbe5
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
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