Files
2025-11-16 15:23:19 -05:00

5 lines
135 B
Bash

#!/bin/bash
echo "COPYING"
cp -rf /ComfyUI/models.orig/* /ComfyUI/models/
echo "START"
python3 main.py --listen --lowvram "${CLI_ARGS}"