Robert Triggs / Android Authority
TL;DR
- Code throughout the newest model of Google Photos contains particular error messages that spotlight the edits that Magic Editor will refuse to do.
- Magic Editor will refuse to edit images of ID playing cards, receipts, photographs with personally identifiable data, human faces, and physique elements.
- Magic Editor already avoids lots of these edits however with out particular error messages, leaving customers guessing on what’s allowed and what’s not.
Google first introduced Magic Editor at Google I/O 2023. The function is now accessible contained in the Google Photos app on the Pixel 8 and Pixel 8 Pro. With Magic Editor, you possibly can harness the facility of generative AI to carry out advanced picture edits with ease. This lowers the ability and expertise barrier and democratizes advanced picture modifying. On the flip aspect, many have questioned if Google has adopted sufficient guardrails to stop customers from abusing Magic Editor. As it seems, there are at the least some guardrails current on Magic Editor, stopping customers from making these sorts of edits.
An APK teardown helps predict options that will arrive on a service sooner or later primarily based on work-in-progress code. However, it’s doable that such predicted options could not make it to a public launch.
Google Photos v6.60 contains code round numerous error messages that customers would see when performing a couple of prohibited Magic Editor edits. These error messages are reproduced beneath:
Code
<string title="photos_photoeditor_udon_cannot_edit_document_photo_dialog_text">Magic Editor can’t edit images of ID playing cards, receipts, and different paperwork that violate Google’s GenAI phrases. Try Magic Editor on a distinct
photograph.</string>
<string title="photos_photoeditor_udon_cannot_edit_face_photo_dialog_text">Magic Editor can’t edit faces. Try choosing one thing else.</string>
<string title="photos_photoeditor_udon_cannot_edit_large_area_dialog_text">Magic Editor can’t erase or transfer giant choices. Try making a smaller choice.</string>
<string title="photos_photoeditor_udon_cannot_edit_part_of_body_dialog_text">Magic Editor can’t edit elements of individuals. Try choosing one thing else.</string>
<string title="photos_photoeditor_udon_cannot_edit_too_much_being_generated_dialog_text">Can’t full edit. Try shifting your choice much less.</string>
<string title="photos_photoeditor_udon_cannot_generate_personally_identifiable_information_dialog_text">Magic Editor can’t generate photographs that will have personally identifiable data. Try typing one thing else.</string>
<string title="photos_photoeditor_udon_cannot_show_results_dialog_text">Magic Editor can’t full this edit. Try a distinct edit.</string>
Summarizing the strings above, it appears Magic Editor will refuse to edit:
- Photos of ID playing cards, receipts, and different paperwork that violate Google’s GenAI phrases.
- Images with personally identifiable data.
- Human faces and physique elements.
- Large choices or choices that want plenty of information to be generated.
And as we talked about individually, Magic Editor may very well be getting text-prompt-based era skills. In such conditions, Magic Editor might additionally refuse to generate photographs primarily based on some phrases talked about within the immediate.
Code
<string title="photos_photoeditor_udon_cannot_input_blocked_prompt_dialog_text">Magic Editor can’t generate photographs primarily based on a number of the phrases within the immediate. Try typing one thing else.</string>
Google already blocks loads of these edits, however some undergo. On an older Google Photos model, we tried modifying faces and IDs however couldn’t carry out these edits as Google blocked the edits with a generic error message. We might edit invoices, although. We have no idea if Google will be enhancing the guardrails, too, alongside presenting the precise error messages talked about above.