@xuda.io/ai_module 1.1.4731 → 1.1.4733
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/index.mjs +2 -3
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6136,7 +6136,7 @@ export const get_profile_avatar = async function (profile_picture, uid, prompt,
|
|
|
6136
6136
|
person in the center of the picture return only a centered head-and-shoulders portrait facing the camera.
|
|
6137
6137
|
include no labels or text add top margin the person should cover the whole picture
|
|
6138
6138
|
`,
|
|
6139
|
-
|
|
6139
|
+
model,
|
|
6140
6140
|
undefined,
|
|
6141
6141
|
1,
|
|
6142
6142
|
undefined,
|
|
@@ -6145,7 +6145,6 @@ export const get_profile_avatar = async function (profile_picture, uid, prompt,
|
|
|
6145
6145
|
account_profile_info,
|
|
6146
6146
|
);
|
|
6147
6147
|
} else {
|
|
6148
|
-
debugger;
|
|
6149
6148
|
imageBase64 = await create_image(
|
|
6150
6149
|
uid,
|
|
6151
6150
|
`
|
|
@@ -6156,7 +6155,7 @@ export const get_profile_avatar = async function (profile_picture, uid, prompt,
|
|
|
6156
6155
|
Do not include trees, clouds, sky, landscape, or any environmental elements.
|
|
6157
6156
|
Only the building should be visible on a fully transparent background.
|
|
6158
6157
|
`,
|
|
6159
|
-
|
|
6158
|
+
model,
|
|
6160
6159
|
undefined,
|
|
6161
6160
|
1,
|
|
6162
6161
|
undefined,
|