replicate-python icon indicating copy to clipboard operation
replicate-python copied to clipboard

error when running another version on the server replicate.com via a python script

Open kinofq opened this issue 1 year ago • 0 comments

I run a python script indicating that I need the old version for me:

        output_url = replicate.run(
            "tencentarc/gfpgan:9283608cc6b7be6b65a8e44983db012355fde4132009bf99d976b2f0896856a3",
            input = {
                "img": open(in_img_path, "rb"), 
                "scale": 6,
                "version": "v1.3"
            }
        )

the version specified in the script must be processed need run - 9283608cc6b7be6b65a8e44983db012355fde4132009bf99d976b2f0896856a3

but in reality, and in the account logs, I see that another version has been processed real run - 0fbacf7afc6c144e5be9767cff80f25aff23e52b0708f17e20f9879b2f21516c.

My replicate version: 0.25.1

ID: wut2oc3bwwmlcz67wclpx5goaq bug

kinofq avatar Mar 31 '24 19:03 kinofq