I’m trying to upload my logo to my website, but Google Studio changes it and creates a different logo. How can I add my own logo? I’ve tried uploading a 512×512 PNG and using JSON code, but nothing works.
Hi @simo
Welcome to the Google AI Forum!!!
Thank you for reaching out to us.
Could you please let us know which model you are currently using?
Thanks!
I’m having the same problem. It keeps recreating my logo, even when I explicitly tell it to use it as the logo. Please help!
Im also having the same problem. Even when it acknowledges the photo in the workspace, the image doesnt appear properly in the website.
I know that this post is a couple of months old but if you are still having issues with adding your logo or other custom images with Google AI Studio- I hope this helps: I have had the same issue with adding any custom creative images or logos to apps that I have built with Google AI Studio- until I asked Perplexity for help (I have a paid Perplexity “Pro” plan). Perplexity recommended that I add the context with the prompt: “You are the lead creative designer at Apple and your job is to take the attached image and include it…” I had Perplexity write a new prompt and reattached my logo in the chat and it worked. Finally, my custom company logo and other images were added to the app that I vibe coded with Google AI Studio.
Same issue. Tried to lure it into the role but it still gives me generated SVG images that are not even close to the logo I upload.
Hi @simo,
If the direct upload isn’t reflecting properly or the model is overriding it, a great workaround is to host your logo online and provide the direct URL to the model. You can follow these steps:
- Go to an online image hosting platform like postimages..org (or any similar service) and upload your 512×512 PNG logo.
- Once uploaded, copy the “Direct Link” (the URL that ends with .png).
- Open your Apps Builder project chat in Google AI Studio.
- Send a prompt to the model providing this link and asking it to use it as the website’s logo.
Example Prompt:
“Please use this exact image URL as the main logo for my website: [Paste your direct image link here]”
This way, the model can reference the absolute URL in the code rather than trying to generate or modify a placeholder image. Hope this helps!