FROM runpod/stable-diffusion:comfy-ui-3.0.1 | |
RUN mkdir -p /workspace/ComfyUI/custom_nodes | |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes | |
EXPOSE 3000 | |
CMD ["/start.sh"] |
FROM runpod/stable-diffusion:comfy-ui-3.0.1 | |
RUN mkdir -p /workspace/ComfyUI/custom_nodes | |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes | |
EXPOSE 3000 | |
CMD ["/start.sh"] |