I wanted to share with you a quick showcase/tutorial on using the new Replicate integration. This video shows you how to gamify your app by creating full-on role-playing-esque avatars that can be leveled up by simply modifying the user’s attributes in the database.
Have you experienced issues with images generated by Replicate not being persistent after a few hours? It seems Replicate resets or clears them, causing Glide to display a ‘file not found’ error when trying to view the full image.
The thumbnails are cached by Glide but the webp images cannot be displayed as direct links after a few hours.
I am guessing there is no way to prevent the images from being stored longer than 1 hour in Replicate. My images are returned as webp format. Is there an easy way to store the images in Glide?
I don’t think there is any easy way to add them to Glide storage, but you could create an action that saves them to Cloudinary and saves the Cloudinary URL in Glide.