covers with logo

This commit is contained in:
2025-10-22 17:06:49 +02:00
parent 40e10d1692
commit b4375d04be
9 changed files with 643 additions and 228 deletions
+2 -3
View File
@@ -49,7 +49,7 @@ exports.generatePicturePrompt = (project = {}) => {
const prompt = `
<BRIEF>
<OBJECTIF>Créer une pochette d'album abstraite et lumineuse.</OBJECTIF>
<OBJECTIF>Créer une pochette lumineuse.</OBJECTIF>
<TITRE>${title || "Sans titre"}</TITRE>
<STYLE_MUSICAL>${tagsLine}</STYLE_MUSICAL>
<EXTRAITS_PAROLES>${lyricsLine}</EXTRAITS_PAROLES>
@@ -58,7 +58,6 @@ exports.generatePicturePrompt = (project = {}) => {
<CONTEXTES_VISUELS>
<FORMAT>Image carrée 1024x1024 pixels.</FORMAT>
<STYLE>Abstrait, graphique, formes géométriques et dégradés.</STYLE>
<PALETTE>${paletteHint}</PALETTE>
<COMPOSITION>Remplis toute la surface sans laisser de bordures ou zones vides.</COMPOSITION>
</CONTEXTES_VISUELS>
@@ -66,7 +65,7 @@ exports.generatePicturePrompt = (project = {}) => {
<INTERDIT>Texte ou typographie.</INTERDIT>
<INTERDIT>Personnes ou visages.</INTERDIT>
<INTERDIT>Fond blanc ou bordures.</INTERDIT>
<INTERDIT>Filigrane ou logo.</INTERDIT>
<INTERDIT>Autre logo ou filigrane que celui prévu en bas à droite.</INTERDIT>
</CONTRAINTES>
`.trim();