
Robert Triggs / Android Authority
TL;DR
- Code inside the newest model of Google Photographs consists of particular error messages that spotlight the edits that Magic Editor will refuse to do.
- Magic Editor will refuse to edit pictures of ID playing cards, receipts, pictures with personally identifiable data, human faces, and physique components.
- Magic Editor already avoids many of those 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 characteristic is now out there contained in the Google Photographs app on the Pixel 8 and Pixel 8 Professional. With Magic Editor, you may 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 enhancing. On the flip facet, many have puzzled if Google has adopted sufficient guardrails to forestall customers from abusing Magic Editor. Because it seems, there are not less than 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. Nonetheless, it’s doable that such predicted options might not make it to a public launch.
Google Photographs v6.60 consists of code round numerous error messages that customers would see when performing a number of prohibited Magic Editor edits. These error messages are reproduced under:
Code
<string title="photos_photoeditor_udon_cannot_edit_document_photo_dialog_text">Magic Editor can’t edit pictures of ID playing cards, receipts, and different paperwork that violate Google’s GenAI phrases. Attempt Magic Editor on a special
picture.</string>
<string title="photos_photoeditor_udon_cannot_edit_face_photo_dialog_text">Magic Editor can’t edit faces. Attempt deciding on one thing else.</string>
<string title="photos_photoeditor_udon_cannot_edit_large_area_dialog_text">Magic Editor can’t erase or transfer giant choices. Attempt making a smaller choice.</string>
<string title="photos_photoeditor_udon_cannot_edit_part_of_body_dialog_text">Magic Editor can’t edit components of individuals. Attempt deciding on one thing else.</string>
<string title="photos_photoeditor_udon_cannot_edit_too_much_being_generated_dialog_text">Can’t full edit. Attempt transferring your choice much less.</string>
<string title="photos_photoeditor_udon_cannot_generate_personally_identifiable_information_dialog_text">Magic Editor can’t generate pictures that will have personally identifiable data. Attempt typing one thing else.</string>
<string title="photos_photoeditor_udon_cannot_show_results_dialog_text">Magic Editor can’t full this edit. Attempt a special edit.</string>Summarizing the strings above, it appears Magic Editor will refuse to edit:
- Photographs of ID playing cards, receipts, and different paperwork that violate Google’s GenAI phrases.
- Photographs with personally identifiable data.
- Human faces and physique components.
- Giant choices or choices that want a variety of knowledge to be generated.
And as we talked about individually, Magic Editor could possibly be getting text-prompt-based era skills. In such conditions, Magic Editor might additionally refuse to generate pictures 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 pictures primarily based on among the phrases within the immediate. Attempt typing one thing else.</string>Google already blocks loads of these edits, however some undergo. On an older Google Photographs model, we tried enhancing 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 likely be bettering the guardrails, too, alongside presenting the precise error messages talked about above.