Mixing Custom and Built-in Models #93
Closed
asktimfisher
started this conversation in
General
Replies: 1 comment 1 reply
-
This is certainly possible, though I'll admit it is a bit intuitive. You can load as many models as you like, including both custom and built-in models as long as you provide the full model paths. For example:
For the built-in models, you can either find the location of the model inside of your local Python packages location, or just download them manually from here so they are easier to work with. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to mix custom and built in models? Specifically, I'd like to load 2 custom models and 1 built-in one. I know how to do either all built-in or one+ custom but unsure how to pull this off.
Beta Was this translation helpful? Give feedback.
All reactions