https://legacy.aipictors.com/works/385231/
リンク
typescript経由
2024-06-05 00:55:00
つぶらなひとみ
interface ImageDescription {
mainSubject: string;
medium: string;
dominantColors: string[];
size: { width: number; height: number };
elements: string[];
details: {
body: string;
eyes: string;
tentacles: string[];
background: string;
context: string;
};
emotions: string[];
style: string;
}
const imageDescription: ImageDescription = {
mainSubject: "octopus",
medium: "watercolor painting",
dominantColors: ["purple", "blue", "orange", "white"],
size: { width: 1024, height: 768 },
elements: [
"octopus body",
"tentacles",
"large eyes",
"color gradients",
"watercolor splashes",
"watercolor palette",
"paintbrush",
"paper texture",
"table surface",
"mixing colors",
"shadows",
"highlight details",
"curved tentacles",
"suction cups",
"vibrant colors",
"light reflections",
"contrast between colors",
"fluid motion",
"artistic splatters",
"blending colors",
"background swirls",
"subtle shadows",
"realistic textures",
"depth effect",
"creative workspace",
"wet paint effect",
"soft transitions",
"delicate details",
"dynamic composition",
"energetic feel"
],
details: {
body: "The octopus has a rounded body with a smooth gradient of colors ranging from deep purple to vibrant blue, with hints of orange near the edges.",
eyes: "The eyes are large, expressive, and detailed with reflections, adding a lifelike quality to the painting.",
tentacles: [
"The tentacles are elegantly curved, each one showing a blend of colors and detailed suction cups.",
"There is a dynamic motion captured in the tentacles, making them appear as if they are gently moving in water."
],
background: "The background consists of abstract watercolor splashes and swirls, primarily in blue and white, complementing the main subject.",
context: "The painting is situated on a table with a watercolor palette and a paintbrush, indicating an artistic workspace."
},
emotions: ["vibrancy", "creativity", "fluidity", "expressiveness"],
style: "realistic watercolor with a touch of abstract elements"
};
ログインするとプロンプトなどがチェックできます
※ 作品によっては掲載されていないことがあります
新規登録/ログイン
[0, 1, 2, 3]
41965
0
385231
'GPT4V','LISP','蛸'
typescript経由
ダウンロード
ダウンロード
ダウンロード
ダウンロード
ダウンロード
ダウンロード