Can someone please assist me?
I am trying to generate video from images in Vertex AI Studio, but I am facing some obstacles and have some questions.
I can generate an image, but do not have the AI Actions option available to me. I was told that was because the API is not enabled, but I have enabled the Vertex AI API which does not seem to have resolved this. How can I fix this?
I also have a question, as I have a requirement to generate up to 60 seconds of animated video from an image and have been told this is possible with the paid model, but can anyone confirm this?
In addition when trying to generate video or even another image from an uploaded image I get an error: Image editing failed with the following error: imagen-3.0-capability-001 is unavailable.
Can someone please help me either rectify these issues or configure my Google Cloud console and the necessary the APIs, if required, correctly?
Thanks in advance.
1 Like
Hi xfm-rox,
Welcome to the Google Cloud Community!
Let’s go through your questions one by one.
- I can generate an image, but do not have the AI Actions option available to me. I was told that was because the API is not enabled, but I have enabled the Vertex AI API which does not seem to have resolved this. How can I fix this?
- The issue is probably caused by two factors: Enabling API and Region/Model availability. While it’s great that you’ve enabled the Vertex AI API, you may need to enable additional APIs, such as the Image Generation API (or Generative AI API), for image and video generation, depending on the region you’re using. Make sure you’re using a supported region, such as us-central1, in both Vertex AI Studio and any code you’re working with. You may check this list of supported regions.
- I also have a question, as I have a requirement to generate up to 60 seconds of animated video from an image and have been told this is possible with the paid model, but can anyone confirm this?
- Yes, generating up to 60 seconds of video from a single image is possible using Google’s image generation models in Vertex AI, especially on higher service tiers. Longer videos require more data and a service tier with higher quota. For exact pricing, check the Vertex AI pricing page or you may use the Google Cloud Pricing Calculator.
- In addition when trying to generate video or even another image from an uploaded image I get an error: Image editing failed with the following error: imagen-3.0-capability-001 is unavailable.
- The imagen-3.0-capability-001 unavailable message means that the specific version of the Imagen model you’re trying to use isn’t fully available in the region or with the current configuration you’re using. Enabling the correct API, and ensuring the correct region is configured is essential.
Additionally, for more detailed info about generating video you may check the following:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.