How to Download a File from Stability.ai Using Video ID

Hi,

I was referring to the discussion at this link, but it didn’t address my question: How can I convert a Video ID from Stability.ai into an actual file to download into Dropbox or Google Drive?

@Benjamin_from_Make I saw your support responses, so I’m asking you to help me with the next step.

Thank you.

Welcome to the Make community!

Try using the Stability AIGet a Video Result” module:

Returns the status and result of a video generation."

For more information, see https://www.make.com/en/integrations/stability-ai, and https://www.make.com/en/help/app/stability-ai in the help centre.

If you need further assistance, please provide the following:

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Hi, thank you for your reply.

I will describe the situation in more detail. The scenario is quite simple: I use an image from Dropbox to generate a video using the Stability AI model. I utilize these two modules:

But the result I’m getting looks like this:

How can I convert it to a file (.mp4)?

That’s already containing the file data. You can map the Data variable in any module that handles files, like the Google Drive “Upload a file” module, OneDrive, Dropbox, SFTP, etc.

To download to your computer, you’ll need to use a file-storage service like Google Drive that can sync the file from the cloud to your local PC.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

3 Likes

Thx
Everything is working