Test sideload torchsde
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user