Skip to content

replicate.run stopped working #328

@ipmanlk

Description

@ipmanlk
const replicate = new Replicate({
  useFileOutput: false,
});

const output = await replicate.run(
    "microsoft/bringing-old-photos-back-to-life:c75db81db6cbd809d93cc3b7e7a088a351a3349c9fa02b6d393e35e0d51ba799",
    {
      input: {
        image: inputImageUrl,
      },
    },
  );

  console.log(output); // this is undefined  now

I started having issues with replicate-javascript since yesterday. Replicate run always seem to return undefined. But I can see predictions being successful in the dashboard. I'm using v1.0.0, and I tried upgrading to v1.0.1 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions