5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/bash
|
|
echo "COPYING"
|
|
cp -rf /ComfyUI/models.orig/* /ComfyUI/models/
|
|
echo "START"
|
|
python3 main.py --listen "${CLI_ARGS}" |