fix(mofa-cards): remove real artist names from style prompts#61
Open
BH3GEI wants to merge 1 commit into
Open
Conversation
Replace specific artist references (丰子恺/Feng Zikai, 老吴画画/Liu Shuyong) with generic style descriptors (童趣水墨, 民国文人水墨) to avoid triggering OpenAI's content safety system. All style details and visual descriptions are preserved — only names are removed.
There was a problem hiding this comment.
Pull request overview
This PR replaces real artist names (Feng Zikai / 丰子恺 and 老吴画画 / Liu Shuyong) in two card style prompt files with generic Chinese style descriptors (童趣水墨, 民国文人水墨). The goal is to avoid OpenAI's content safety system rejecting image generations that reference named living/real artists, while preserving all visual style descriptions.
Changes:
- Renamed
display_nameand replaced artist references infeng-zikai.tomlwith 童趣水墨. - Replaced 老吴画画 / Liu Shuyong references in
laoshu.tomlwith 民国文人水墨 / Minimal Folk Ink-Wash, including removing engraved seal text referencing the artist. - Preserved all visual details (colors, composition, typography, brush stroke descriptions).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| mofa-cards/styles/feng-zikai.toml | Replaces "Feng Zikai (丰子恺)" references with generic "童趣水墨" descriptor across all three variants. |
| mofa-cards/styles/laoshu.toml | Replaces "老吴画画 / Liu Shuyong" references with "民国文人水墨 / Minimal Folk Ink-Wash" and removes engraved seal text naming the artist. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files changed
mofa-cards/styles/feng-zikai.toml— "Feng Zikai 丰子恺" → "童趣水墨"mofa-cards/styles/laoshu.toml— "Laoshu 老吴画画" → "民国文人水墨"Test plan