File management in inaccessible folder
So I want to move a file out of the checkpoint folder in ComyUI, how do I do this when the folder isn't accessible?
12 Replies
isn't accessible like what
maybe try sending a screenshot of how it looks?
Double clicking to open the folder doesn't do anything.
oh is the pod still running or its off?
you're using jupyter right?
It's still running. Yes, Im using Jupyter
try refresh your browser first
Oh it's not the first time I'm experiencing this. I've tried countless of times already.
I've been using RunPod for like a month.
when you click it no response or anything?
ohh ya.. checkpoints folder right
Yes, just no response. Unlike other folders.
its a long-time known bug on jupyter, cant open checkpoints folder
use terminal
like
cp
command for copying
mv
for moving files
usage is like (in terminal):
cp /workspace/ComfyUI/models/checkpoint/* /models-temporary
that copies all of the files inside the first path, to the second oneRight. I'll look into this. Thanks a lot bro!
your welcome! let me know if you need more guide
Sure!