replicate/replicate-python

Can I edit a public model in replicate for my purpose and make it private?

himmetozcan opened this issue · 4 comments

I want to convert a public model that somebody owns, not me, and make it private for my own use. I also want to change the underlying algorithm for that model. Is this something possible?

Hi @himmetozcan. Yes, if the public model has its source code available on GitHub, you can clone that repo, make changes, and push to a new private model under your account.

So, if there is no github repo for public model, I can't access the codes, right? Is it possible to pull the docker image, if it is public?

@himmetozcan If the model doesn't link to public source code, you could try pulling the Docker image and inspecting its content. Instructions for pulling the image can be found under the API tab on the model page.

Thank you @mattt , that solves my problem.