opencode-avatar 0.3.9 → 0.3.11
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/dist/electron.js +1 -1
- package/package.json +1 -1
package/dist/electron.js
CHANGED
|
@@ -642,7 +642,7 @@ async function generateAvatarForPrompt(prompt) {
|
|
|
642
642
|
}
|
|
643
643
|
const sourceAvatar = path.join(AVATAR_DIR, "avatar.png");
|
|
644
644
|
const uploadedUrl = await uploadFile(sourceAvatar, config.falKey);
|
|
645
|
-
let fullPrompt = `make a character variant: ${prompt},
|
|
645
|
+
let fullPrompt = `make a character variant: ${prompt}. The action should be literal - the character should actually be performing the action (writing means writing, typing means typing, etc.), not shown as some abstract Terminal visualization or text output. Maintain the character's original essence and physicality. Keep the background as a solid green screen color. Do not let the green screen color appear in reflections or on the subject.`;
|
|
646
646
|
if (config.prompt) {
|
|
647
647
|
fullPrompt += ` ${config.prompt}`;
|
|
648
648
|
}
|