thumbnailthumbnail-0thumbnail-1

1 / 2

特定画像→typescript形式→画像生成(n=2)

17

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

interface CharacterDetails { hairColor: string; expression: string; outfit: string; eyeColor: string; } interface CarDetails { make: string; color: string; interior: string; steeringWheel: string; } interface BackgroundDetails { environment: string; } interface ImageDetails { character: CharacterDetails; car: CarDetails; background: BackgroundDetails; } const imageDetails: ImageDetails = { character: { hairColor: \"Brown\", expression: \"Smiling with a gentle expression\", outfit: \"White shirt\", eyeColor: \"Brown\" }, car: { make: \"Sports car\", color: \"White\", interior: \"Red and black seats\", steeringWheel: \"Black steering wheel\" }, background: { environment: \"Road with lush greenery\" } };

コメント (1)

えどちん
2024/05/29 10:49

eru

2024/05/30 10:45

273

フォロワー

1675

投稿

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

おすすめ