thumbnailthumbnail-0thumbnail-1thumbnail-2thumbnail-3

1 / 4

typescript経由 安定している

2024年05月29日 18時09分
使用モデル名:DALL-E3
対象年齢:全年齢
スタイル:イラスト

interface ImageDescription { background: { sky: string; stars: number; moon: { visible: boolean; position: string; size: string; brightness: string; }; clouds: { visible: boolean; amount: string; color: string; }; }; character: { position: string; expression: { eyes: string; mouth: string; eyebrows: string; }; armor: { material: string; color: string; detailing: string; lightReflection: string; }; cloak: { color: string; pattern: string; flow: string; }; sword: { material: string; position: string; heldBy: string; reflection: string; }; hair: { color: string; style: string; }; eyes: { color: string; size: string; }; }; emotions: string[]; } const imageDescription: ImageDescription = { background: { sky: \"night\", stars: 10, moon: { visible: true, position: \"center\", size: \"large\", brightness: \"bright\", }, clouds: { visible: true, amount: \"few\", color: \"dark blue\", }, }, character: { position: \"center\", expression: { eyes: \"determined\", mouth: \"slightly smiling\", eyebrows: \"relaxed\", }, armor: { material: \"metal\", color: \"silver and gold\", detailing: \"intricate patterns\", lightReflection: \"high\", }, cloak: { color: \"dark with red and gold patterns\", pattern: \"floral\", flow: \"dynamic\", }, sword: { material: \"metal\", position: \"held in front\", heldBy: \"both hands\", reflection: \"shiny\", }, hair: { color: \"brown\", style: \"short and neat\", }, eyes: { color: \"blue\", size: \"large\", }, }, emotions: [\"bravery\", \"serenity\", \"confidence\"], };

コメント (2)

えどちん
2024年05月30日 10時19分

eru

2024年05月30日 10時45分

gepaltz
2024年05月30日 06時51分

eru

2024年05月30日 10時45分

281

フォロワー

言語モデルを活用しマルチモーダルに意味空間を拡張した多様体に基づいた画像生成に興味があります(キリッ) また、画像を用いることにより、知恵を利用したより面白い知識を選択したより意外性のある面白い小説を生成できるかどうか、にも興味があります

おすすめ