@umituz/react-native-ai-generation-content 1.88.0 → 1.88.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-ai-generation-content",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.1",
|
|
4
4
|
"description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -11,6 +11,7 @@ The person must be instantly recognizable — do NOT alter, idealize, or beautif
|
|
|
11
11
|
|
|
12
12
|
export const IDENTITY_PRESERVATION_COUPLE = `IDENTITY PRESERVATION (HIGHEST PRIORITY):
|
|
13
13
|
Preserve the EXACT facial appearance of BOTH people from reference photos with 100% accuracy.
|
|
14
|
+
The resulting image MUST show BOTH individuals together as a couple.
|
|
14
15
|
Keep every detail identical for both individuals: bone structure, eye shape, eye color, nose, lips, skin texture, freckles, moles.
|
|
15
16
|
Both people must be instantly recognizable — do NOT alter, idealize, or beautify any facial features.`;
|
|
16
17
|
|