Custom model path for ultralytics and text encoders?? #8726
Replies: 1 comment
-
To support text encoders, you can add a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i recently moved my entire models folder to an NVME for faster loading times. I successfully was able to change the extra_model_paths.yaml file to do this, but I noticed there is no section for ultralytics models or text encoders.
I attempted adding the lines based on the naming convention of everything else, but nothing seems to work.
I moved my text encoders to the CLIP folder since that seems to load them just fine, but it would be nice to do this the correct way.
Does anyone know how to add ultralytics and text encoders to the extra_model_paths.yaml file?
Beta Was this translation helpful? Give feedback.
All reactions