Szekeres Géza - @Gaurav Chadha something is not...
@Gaurav Chadha something is not working with Replicate Client node.. if I add FLUX1.1pro as the model (even directly) like:
const output = await replicate.run("black-forest-labs/flux-1.1-pro", { prompt : "Cat playing guitar in outer space"});
It fails with the error message:
Invalid version. It must be in the format "owner/name:version"
Do you have the latest Replicate package installed? If I try other models like the upcaler it works, but with Flux1.1pro it fails..
Any thoughts? Thanks in advance
const output = await replicate.run("black-forest-labs/flux-1.1-pro", { prompt : "Cat playing guitar in outer space"});
It fails with the error message:
Invalid version. It must be in the format "owner/name:version"
Do you have the latest Replicate package installed? If I try other models like the upcaler it works, but with Flux1.1pro it fails..
Any thoughts? Thanks in advance
Solution
This issue is the node is referencing an old version of the replicate package. Bumping from 0.21.1 -> 0.34.1 does the trick. You can try this workflow in your workspace: https://buildship.app/remix/1eead0bf-d57e-49f6-8e0a-bd20e71c5433
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.

