mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
Added xformer to ComfyUI
This commit is contained in:
parent
98ed2b08da
commit
7c12e2da55
2 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,8 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
git clone https://github.com/ltdrdata/ComfyUI-Manager.git custom_nodes/ComfyUI-Manager && \
|
git clone https://github.com/ltdrdata/ComfyUI-Manager.git custom_nodes/ComfyUI-Manager && \
|
||||||
cd custom_nodes/ComfyUI-Manager && \
|
cd custom_nodes/ComfyUI-Manager && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt && \
|
||||||
|
pip install -U xformers --index-url https://download.pytorch.org/whl/cu121
|
||||||
|
|
||||||
# Stage 3: Model Setup and Final Image
|
# Stage 3: Model Setup and Final Image
|
||||||
FROM comfyui-install as final
|
FROM comfyui-install as final
|
||||||
|
|
|
@ -11,7 +11,7 @@ target "py310-cuda121" {
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "Dockerfile"
|
||||||
args = {
|
args = {
|
||||||
BASE_IMAGE = "nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04",
|
BASE_IMAGE = "nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04",
|
||||||
TORCH = "torch==2.3.1+cu121 -f https://download.pytorch.org/whl/torch_stable.html",
|
TORCH = "torch==2.3.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html",
|
||||||
PYTHON_VERSION = "3.10"
|
PYTHON_VERSION = "3.10"
|
||||||
}
|
}
|
||||||
tags = ["madiator2011/better-comfyui:cuda12.1"]
|
tags = ["madiator2011/better-comfyui:cuda12.1"]
|
||||||
|
|
Loading…
Reference in a new issue