replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
696 stars 194 forks source link

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

Open kinofq opened 3 months ago

kinofq commented 3 months ago

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