newturok's picture
Update Dockerfile
473aa21
raw
history blame
215 Bytes
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"]