#Question about Pods and data

1 messages · Page 1 of 1 (latest)

slate atlas
#

Hi!

I have a quick question for pods regarding how data on them works. Let's say I use the ComfyUI stable diffusion template, but I want to add some models, so I go into the pod, and I add some models in whatever way, whether through CLI or the ComyUI manager thing.

If the pod goes down or some kind of interruption happens, do I lose my custom models when the pod restarts?

graceful valeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

stoic bone
#

You don't lose your data if you put it on the persistent storage. You lose your data if you put it on the container disk when the pod restarts.

#

You can also use network storage, then you can simply attach it to a new pod if something happens to your pod.

slate atlas
#

hmm, that's correct, but here's one thing i'm unsure of.

ComfyUI allows you to define the model folder location, which means I can define it to be in the persistent storage. However, that config is part of the template, which also gets reset when the pod restarts.

Would I have to upload my own custom container with that config updated instead of using the community template?

#

thanks btw!

stoic bone
#

Which community tenplate are you using?

slate atlas
#

should I be using a different one?