1/2
PROMPT RECORD图像记录
电影字体提示词,测试了 4 部著名科幻电影。Nano Banana Pro 对 GPT Image 2。我两种都有点喜欢。 2x2 网格,为 4 部著名的科幻电影做这个:Movie_Mater...
中文说明
电影字体提示词,测试了 4 部著名科幻电影。Nano Banana Pro 对 GPT Image 2。我两种都有点喜欢。 2x2 网格,为 4 部著名的科幻电影做这个:Movie_Material_Typography(电影_材质_字体设计): def __init__(self, title="[$MOVIE_TITLE]"): self.title = title self.canvas = "白色背景,居中的字体雕塑" self.output = "奢华海报,高端产品摄影" def infer_materials(self): # AI 自动推理: # 根据电影推断出标志性的材质、色彩、纹理、氛围与情感基调。 return infer_iconic_material_palette(self.title...
原始 Prompt
Movie typography prompt tested for 4 famous sci-fi movies. Nano Banana Pro vs. GPT Image 2. I kind of like both.
2x2 grid, do this for 4 famous class sci-fi movies: Movie_Material_Typography:
def __init__(self, title="[$MOVIE_TITLE]"):
self.title = title
self.canvas = "white background, centered typographic sculpture"
self.output = "luxury poster, high-end product photography"
def infer_materials(self):
# AI AUTO-INFERENCE:
# Infer iconic materials, colors, textures, atmosphere, and emotional tone from the movie.
return infer_iconic_material_palette(self.title)
def generate_letters(self):
return f"""
Render the text "{self.title}" as physical floating letters.
The letterforms must remain readable.
The strokes are made from materials semantically inferred from the movie:
fabric, metal, sand, plastic, velvet, ice, neon, smoke, pearls, paper, asphalt, etc.
Do not place characters or scenes inside the letters.
The title itself is the sculpture.
"""
def lighting(self):
return """
Clean studio lighting. Soft shadow below each letter.
Macro detail on edges. Premium editorial finish.
"""
render_typographic_poster(Movie_Material_Typography())