Hi All, I am generating videos and images with Gemini and saving them in Google Drive for posting. My issue is that the generated files are named the same, “video.mp4” or “image.jpg”. I need the files get unique names for future manipulations. What is the best solution here? Thanks.
Hey, in the G Drive Upload node you have a field to set the File Name. Doesn’t this work for you?
1 Like
thanks, I will have to check it out but I solved it for now by adjusting json.
1 Like
Hi @Alex_AI_Era , if you are generating the image using something like a loop, you can use the variable {{$runIndex}} on the Google drive upload node on the set file name, so something like
Video {{$runIndex}}, would equal to either Video 1, Video 2, etc.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.