kadirnar commited on
Commit
6d86029
·
verified ·
1 Parent(s): 6612f49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout c69515
54
 
55
  # instal custom nodes
56
  RUN echo "Installing custom nodes..."
57
- RUN pip install -U onnxruntime-gpu
58
 
59
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
60
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
 
54
 
55
  # instal custom nodes
56
  RUN echo "Installing custom nodes..."
57
+ RUN pip install -U onnxruntime-gpu kiui[full]
58
 
59
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
60
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py