Discussion

Rendu de style hybride pour de vraies inventions ratées

De Wikiprompt, l’encyclopédie libre de prompts

Gadgetify
Contribué parGadgetifyXSource

14 août 2026

Rendu de style hybride pour de vraies inventions ratées Une invite structurée de type SQL pour générer des images de style hybride d'inventions réelles ayant échoué, combinant l'esthétique des billets de banque victoriens avec des éléments de diorama en argile.

Médias associés

Contenu du PromptEnregistrer

🌐
CREATE VIEW hybrid_style_render AS WITH style_params AS ( SELECT 0.30 AS texture_weight, -- Miniature diorama cross-section 0.25 AS structure_weight, -- Fine line patterns, decorative symmetry 0.20 AS energy_weight, -- Vintage sports poster brush strokes 0.20 AS surface_weight, -- 3D clay render smooth matte 0.05 AS mutation_weight, -- Ornate borders containing clay scenes 'Victorian banknote base with aged paper texture' AS base, 'ornamental engraved border + clay cutaway compartments' AS framework, 'pastel palette: soft pink, mint, peach, lavender, cream' AS colors, 'central cutaway diorama, decorative compartments, brush accents breaking symmetry' AS composition, 'soft diffused lighting on clay, flat engraving on patterns, warm aged paper tone' AS lighting ), subject_data AS ( SELECT '$SUBJECT' AS subject. ) SELECT compose_hybrid_style_image( subject := subject_data.subject, base_layer := style_params.base, ornamental_framework := style_params.framework, clay_scenes := 'cross-section cutaway views of ' || subject || ' rendered as chunky rounded clay miniatures with smooth matte pastel colors', brush_energy := 'sketchy hand-drawn vintage sports poster accents breaking the precision', engraving := 'fine symmetrical border patterns, heraldic elements, intricate linework', typography := 'ornamental engraved letterforms for titles, hand-sketched brush pen secondary text, integrated into decorative framework', lighting := style_params.lighting, format := 'square with ornamental border', constraints := 'no photorealism in clay, maintain ornamental precision, keep pastel palette for 3D elements, authentic aged paper texture' ) AS final_image FROM subject_data, style_params; RETURN final_image;

Connectez-vous pour voir le prompt complet

Continuer avec:

En vous connectant, vous acceptez nos Conditions et Confidentialité

Utilisation

Ce prompt est conçu pour être utilisé avec creative. Copiez le contenu ci-dessus et collez-le dans votre outil d’IA préféré.

Pour de meilleurs résultats, personnalisez les espaces réservés (indiqués par des crochets ou des majuscules) selon vos besoins.

Références

Catégories :creative| twitter| hybrid-style| image-generation

Discussion