Stability AI error - Invalid filename in parameter

Hello,

So I have a simple scenario where the goal is to fetch an image ID from Google Drive and use that image as input to the Stability AI module to generate a video from the image.

However, an error is returned in the Stability AI module "Invalid filename in parameter ‘file_name’ " I used the Make AI chatbot and chatgpt for troubleshooting without success.

I’ve attached all screenshots. Appreciate any help please. Many thanks😊




Hello! Welcome to the Make community.

The Google / Get a File will only get the path of the file for which you provide the ID.

you have to use the Google/Dowload a File module


You will get “data” that you map in “Source Image Data” and “name” that you map in “File name”

Benjamin

1 Like

@Benjamin_from_Make thank you so much for your prompt response.

So I implemented your feedback and it worked however, I’m not sure how to download and view the generated file from the Stability AI module. I can only see the ID in the output. I was hoping for a URL that I can extract via HTTP module.

Am I missing something?

Hey!! Nice it works!!

Apparently, you can add a new module “Get a video Result”. I can’t see its configuration but I suppose it expects the ID of the video

However, I’m not sure your video is built immediately. So it’s possible you won’t get anything… Maybe you will need to add a Sleep module just after “Generate a Video” so that the scenario waits some seconds before it tries to pick the video.


try and set your Sleep to 60 seconds first, and then you can tune it a bit.

Benjamin

1 Like