blib-la / runpod-worker-comfy

ComfyUI as a serverless API on RunPod
GNU Affero General Public License v3.0
226 stars 138 forks source link

Add model, custom nodes in Dockerfile #18

Open hongminpark opened 6 months ago

hongminpark commented 6 months ago

I added models, custom nodes like this in Dockerfile. It would be better if there's any documentation for those who need to add models.

Install custom nodes

RUN git clone https://github.com/ltdrdata/ComfyUI-Manager /comfyui/custom_nodes/ComfyUI-Manager WORKDIR /comfyui/custom_nodes/ComfyUI-Manager RUN pip3 install -r requirements.txt

RUN git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack /comfyui/custom_nodes/ComfyUI-Impact-Pack WORKDIR /comfyui/custom_nodes/ComfyUI-Impact-Pack RUN pip3 install -r requirements.txt

TimPietrusky commented 3 months ago

@hongminpark we updated the documentation to make this more clear. Does this work for you or do you want other information?