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
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
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.
Jump to solution
2 Replies
Gaurav Chadha
Gaurav Chadha2w ago
The imports are dynamic, it should support the latest version, unless Replicae have changed their global imports, we'll check and update you cc @Luis
Solution
Luis
Luis2w ago
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
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.