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