ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Make comfyui kubernetes-friendly

Open chenxinlong opened this issue 1 year ago • 1 comments
trafficstars

Hi, recently I'm working on deploy comfyui on kubernetes.

I need mount a PVC to comfyui pod for storing persistent data like models, but seems comfyui doesn't support specify a custom path for custom_nodes.

Can we support all user-data can be specify a custom path so that I can set it to the PVC mount path, then it won't lost data(like custom nodes, user settings...) event I restart comfyui pod.

chenxinlong avatar May 10 '24 07:05 chenxinlong

You can use extra_model_paths.yaml to specify the path of your model. run the command with this arg --extra-model-paths-config.

CPPAlien avatar May 11 '24 05:05 CPPAlien