mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
update docker-entrypoint
This commit is contained in:
@@ -110,4 +110,13 @@ echo "Installing ComfyUI requirements..."
|
||||
pip install -r requirements.txt
|
||||
|
||||
echo "Starting ComfyUI..."
|
||||
python main.py --listen 0.0.0.0 --port 8188 --use-pytorch-cross-attention
|
||||
if [ -f "start.sh" ]; then
|
||||
echo "Found start.sh, executing it..."
|
||||
chmod +x start.sh
|
||||
./start.sh
|
||||
else
|
||||
echo "No start.sh found, creating default startup script..."
|
||||
echo "python main.py --listen 0.0.0.0 --port 8188 --use-pytorch-cross-attention" > start.sh
|
||||
chmod +x start.sh
|
||||
./start.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user