From 9a746bc24156c895d12a35770c59c7b84959e792 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 23 Nov 2025 18:30:29 -0500 Subject: [PATCH] optimized for rocm by community feedback --- comfyui-build/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui-build/docker-entrypoint.sh b/comfyui-build/docker-entrypoint.sh index 1b2fef9..a52c317 100644 --- a/comfyui-build/docker-entrypoint.sh +++ b/comfyui-build/docker-entrypoint.sh @@ -116,7 +116,7 @@ if [ -f "start.sh" ]; then ./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 + echo "python main.py --listen 0.0.0.0 --port 8188 --use-split-cross-attention" > start.sh chmod +x start.sh ./start.sh fi