From c9f2e3bf2f417deb21a952e35823ff7e28878c82 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 24 Apr 2026 19:52:22 -0700 Subject: [PATCH] Test sideload torchsde --- comfyui-rocm-dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comfyui-rocm-dockerfile b/comfyui-rocm-dockerfile index d786e55..335f788 100644 --- a/comfyui-rocm-dockerfile +++ b/comfyui-rocm-dockerfile @@ -22,7 +22,8 @@ WORKDIR /app RUN git clone https://github.com/comfyanonymous/ComfyUI.git . # Install ComfyUI dependencies -RUN grep -vE 'torch|torchaudio|torchvision' requirements.txt > req_no_torch.txt \ +RUN grep -vE 'torch|torchsde|torchaudio|torchvision' requirements.txt > req_no_torch.txt \ + && pip3 install --no-deps torchsde \ && pip3 install --no-cache-dir -r req_no_torch.txt # Setup Manager