fetch models folder from other drive? #5015
Replies: 9 comments 8 replies
|
Junctions are the way to go. The only thing I would change, is, to remove spaces in path and file names. Saves a lot of headaches in some cases, |
|
If you do it that way, problems will occur when updating ComfyUI. |
But I recommend that you remove the blanks in the path as mentioned above. |
|
Solved with this...
|
|
Why not use extra_model_paths.yaml.example ? It's simple |
|
I tried this with local comfyui install to comfyui with pinokio, symbolic link didn't work nor did the extra yaml example file, so what I gather from this thread is that the 2 comfyui installs are not compatible with using models across each other, so in order for this 2 work downling models for comfyui local to a different drive will need me to move the models folder and then direct to comfyui via yaml and or hardlink, is this correct? |
|
that is working for me, however, let's say that i want to use multiple folder path on different drives since one is already full |
|
Here's the SOLUTION FOLKS --- https://youtu.be/3xbXmREpEGs (A Wise Man Once Said - Ai solves Human problems, Human solves Ai problem ) |
|
My aim was to use the model folder from pinokio install of comfyui to a desktop app of comfyui. I learned that the pinokio folder structure does not work this way. Thanks for the solution, I appreciate it. |
Uh oh!
There was an error while loading. Please reload this page.
Hello Experts,
I am currently facing storage constraints on my primary 1TB SSD, which is nearly full. To free up space, I’ve decided to move my Models folder for ComfyUI to my second hard drive located in the E:\ drive. I do not have any other web UI tools like A1111 installed on this drive.
Here’s what I’ve done so far:
I copied the ComfyUI Models folder from its original location on the SSD to the following path: E:\My AI\comfyui\models. Then, from the ComfyUI portable directory (C:\ComfyUI_windows_portable\ComfyUI\models), I opened Command Prompt and ran the following command:
mklink /D models "E:\My AI\comfyui\models"This created a symbolic link for the models folder within the ComfyUI directory. Afterward, I started ComfyUI and verified that all the data from my Models folder is correctly displayed.
My question is:
Will this method work consistently in all scenarios, or are there any potential issues or limitations I should be aware of?
All reactions