Skip to content

Commit e96373f

Browse files
G-Fourteenclaude
andcommitted
Update screensaver prompt generation for more variety
- Changed auto-prompt instructions to encourage diverse subjects - Prevents defaulting to same subject type repeatedly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3faede1 commit e96373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/screensaverDemo/screensaver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ async function fetchImageModels() {
296296
// ===== PROMPT GENERATION =====
297297

298298
async function fetchDynamicPrompt() {
299-
const metaPrompt = "Generate exactly one short 125-character image prompt as text only of an outlandish and psychologically thrilling image.";
299+
const metaPrompt = "Generate exactly one short 125-character image prompt as text only of an outlandish and psychologically thrilling image. Vary subjects - landscapes, creatures, objects, men, women, abstract. Don't default to young females.";
300300
const seed = generateSeed();
301301

302302
try {

0 commit comments

Comments
 (0)