Explore AI generated designs, images, art and prompts by top community artists and designers.

# Финальный промт для агента (Antigravity + Stitch MCP) ## Сайт-визитка: продажа и установка весов для погрузчиков Скопируй весь блок ниже целиком в чат задач агента как первое сообщение проекта. --- ## ПРОМТ ДЛЯ АГЕНТА (копировать с этой строки) Ты — фронтенд-разработчик и веб-дизайнер. Твоя задача: построить одностраничный сайт-визитку (лендинг) компании , которая продаёт и устанавливает весовое оборудование на вилочные погрузчики (весоизмерительные вилы , крановые весы , встраиваемые системы взвешивания , индикаторы , поверка/калибровка). Работай пошагово , по фазам ниже. После каждой фазы показывай результат (код + краткое описание) и жди подтверждения , прежде чем переходить к следующей фазе. Не используй lorem ipsum — весь текст должен быть по теме; если данные неизвестны , помечай их `[ЗАПОЛНИТЬ: ...]` явным образом прямо в коде и в комментарии. ### 0. Вводные данные проекта - Название компании: `[ЗАПОЛНИТЬ]` (если не указано — использовать нейтральное «ВесПром» как рабочее название и пометить как временное) - Номер WhatsApp: `[ЗАПОЛНИТЬ: +7XXXXXXXXXX]` - Регион работы: `[ЗАПОЛНИТЬ: город/страна]` - Ассортимент (минимум для карточек каталога , если не дано — использовать этот дефолтный список): 1. Весоизмерительные вилы (грузоподъёмность 1–5 т , точность ±0.5%) 2. Крановые/подвесные весы для интеграции с погрузчиком 3. Встраиваемые весовые системы (монтаж в раму погрузчика) 4. Индикаторы веса и дисплеи (проводные/беспроводные) 5. Поверка и калибровка весового оборудования 6. Сервисное обслуживание и ремонт - Логотип/фото/сертификаты: отсутствуют → генерировать текстовые/иконочные плейсхолдеры , фото заменять описательными alt-текстами и SVG-иллюстрациями/иконками вместо реальных фотографий. - Сайт: **одна страница** , без отдельных подстраниц. - Тип сборки: чистый HTML/CSS/JS , без бэкенда. Все заявки идут через кнопки WhatsApp (`wa.me`) , формы обратной связи не делать. ### 1. Дизайн-система — строгий индустриальный стиль (тёмный , техничный) Зафиксировать как CSS-переменные в начале `styles.css`: ```css :root { /* Фон и поверхности */ --bg-primary: #0E1116; --bg-surface: #171B21; --bg-surface-2: #1F252D; --border-color: #2A313B; /* Акцент — индустриальный оранжевый (сигнальный цвет техники) */ --accent: #FF7A1A; --accent-hover: #FF9142; --accent-muted: rgba(255 , 122 , 26 , 0.12); /* Текст */ --text-primary: #F5F6F7; --text-secondary: #9AA3AD; --text-on-accent: #0E1116; /* Статусы/бейджи */ --success: #3DDC84; /* Радиусы — небольшие , без "мягкого" UI */ --radius-sm: 4px; --radius-md: 8px; /* Шкала отступов */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; } ``` - Шрифт: `Inter` (или `Manrope`) через Google Fonts. Заголовки — 700 , текст — 400/500. - Масштаб типографики: H1 — 48px / mobile 32px; H2 — 32px / mobile 24px; H3 — 22px; body — 16px; small — 14px. Line-height заголовков 1.1–1.2 , текста — 1.5. - Иконки: line-style (обводка , без заливки) , тема — вес/точность/погрузчик/сертификат. Использовать инлайн SVG. - Кнопки: primary — заливка `--accent` , текст `--text-on-accent` , radius `--radius-sm` , без теней , чёткая обводка при hover. Secondary — прозрачная с обводкой `--border-color`. - Общее ощущение: контраст , чёткие линии-разделители секций (border-top 1px `--border-color`) , минимум скруглений , минимум декоративных теней. Сгенерировать через Stitch MCP референс hero-блока по промпту: > "Industrial B2B landing page hero , dark navy/graphite background #0E1116 , orange accent #FF7A1A , bold condensed sans-serif headline , forklift with weighing attachment illustration , minimal rounded corners , trust badges row" Выбрать один вариант , зафиксировать композицию (расположение заголовка/кнопки/иллюстрации) как референс для вёрстки. ### 2. Структура страницы (порядок секций и содержимое) 1. **Header** (sticky , `--bg-surface` с нижней обводкой) - Слева: логотип-плейсхолдер (текст названия компании , шрифт 700). - Справа: пункты меню-якоря (Услуги , Каталог , Как работаем , Кейсы , Контакты) — скрыть в бургер на мобильных. - Кнопка WhatsApp (primary) — крайняя справа. 2. **Hero** - H1: «Весы для погрузчиков под ключ: подбор , монтаж , поверка» - Подзаголовок: 1–2 предложения про скорость и точность монтажа , гарантию. - Кнопка WhatsApp (крупная , primary) — текст «Написать в WhatsApp» + иконка. - Строка доверия под кнопкой: 3 коротких пункта в столбик/строку («Гарантия N лет» , «Выезд по региону `[ЗАПОЛНИТЬ]`» , «Поверка включена»). - Иллюстрация/SVG погрузчика с весами справа (или фон-паттерн , если иллюстрации нет). 3. **Услуги** (4 карточки в сетке , `--bg-surface` фон карточки , border `--border-color`) - Продажа весового оборудования - Монтаж на погрузчик - Поверка и калибровка - Сервис и ремонт - На каждой карточке: иконка , заголовок , 1–2 строки описания. 4. **Каталог** (сетка карточек товаров , 4–6 позиций из списка в п.0) - На карточке: иконка/плейсхолдер-изображение , название , 2–3 ключевые характеристики (грузоподъёмность , точность , IP-класс) , кнопка WhatsApp с текстом `«Интересует {название товара}»` (urlencoded). 5. **Как мы работаем** (степпер/таймлайн , 5 шагов) - Заявка в WhatsApp → Консультация и подбор → Выезд/монтаж → Поверка → Гарантийная поддержка. - Каждый шаг: номер , короткий заголовок , 1 строка описания. 6. **Преимущества** (4–6 пунктов , иконка + короткий текст) - Например: «Гарантия на монтаж» , «Сертифицированное оборудование» , «Опыт работы `[ЗАПОЛНИТЬ]` лет» , «Выезд по региону» , «Поверка включена в стоимость» , «Сервис 24/7» — оставить как варианты , отметить реальные цифры как `[ЗАПОЛНИТЬ]`. 7. **Кейсы** (сетка/карусель из 3 карточек) - Плейсхолдер-описание объекта (склад/производство/логистика) , тип установленного оборудования , результат в 1 фразе. 8. **Сертификаты и документы** (ряд бейджей) - Плейсхолдер-иконки «Сертификат соответствия» , «Свидетельство о поверке» — с пометкой `[ЗАПОЛНИТЬ: реальные документы]`. 9. **Отзывы** (2–3 карточки) - Плейсхолдер-тексты , помечены как черновые. 10. **Финальный CTA-блок** - Крупный заголовок-призыв , крупная кнопка WhatsApp по центру. - Контакты: телефон , email (плейсхолдеры) , адрес/регион. - Карта — встроенный статичный блок-плейсхолдер (реальный embed добавить , когда будет адрес). 11. **Footer** - Название компании , копирайт , повтор кнопки WhatsApp (маленькая) , ссылки на мессенджеры при наличии. **Плавающая кнопка WhatsApp** — fixed , правый нижний угол , видна на всех секциях при скролле , иконка WhatsApp в зелёном кружке (`#25D366`) , лёгкая пульсация (анимация раз в 3–4 сек , без резких эффектов). ### 3. WhatsApp-интеграция (техническая часть) - Формат ссылки: `https://wa.me/<номер_без_плюса_и_пробелов>?text=<urlencoded_текст>` - Номер и дефолтный текст вынести в константы в начале `main.js`: ```js const WHATSAPP_NUMBER = "ЗАПОЛНИТЬ"; // международный формат без + const WHATSAPP_DEFAULT_TEXT = "Здравствуйте! Интересуют весы для погрузчика , хочу проконсультироваться"; ``` - Все ссылки — `target="_blank" rel="noopener noreferrer"`. - Для карточек каталога текст сообщения формируется динамически: `Здравствуйте! Интересует ${имя_товара} , хочу проконсультироваться`. ### 4. Технические требования - Адаптив mobile-first , брейкпоинты: 375 / 768 / 1024 / 1440. - Изображения — webp , `loading="lazy"` (кроме hero-изображения). - Контраст текста — проверить на соответствие WCAG AA (особенно `--text-secondary` на `--bg-primary`). - Кросс-браузерность: Chrome , Safari , Firefox. - Favicon , `sitemap.xml` , `robots.txt`. ### 5. SEO и метаданные - `<title>`: «Весы для погрузчиков — продажа , монтаж , поверка [Регион]» - `meta description`: 1–2 предложения с УТП и регионом. - OG-теги (og:title , og:description , og:image — hero-изображение). - H1 — один на странице (см. Hero). - Alt-тексты у всех изображений/иконок. - Микроразметка `schema.org`: `LocalBusiness` (общие данные компании) + `Product` для каждой карточки каталога. ### 6. Порядок выполнения (для модели Flash 3.6 Medium — дробить по шагам) Выполнять и показывать результат по одному пункту за раз , не объединяя несколько секций в один ответ: 1. Скелет HTML + подключение CSS-переменных из раздела 1. 2. Header + мобильное меню + плавающая кнопка WhatsApp. 3. Hero-секция. 4. Секция «Услуги». 5. Секция «Каталог». 6. Секция «Как мы работаем». 7. Секция «Преимущества». 8. Секция «Кейсы». 9. Секция «Сертификаты». 10. Секция «Отзывы». 11. Финальный CTA-блок + Footer. 12. SEO-метатеги , favicon , sitemap.xml , robots.txt. 13. Финальная проверка: адаптив на 4 брейкпоинтах , контраст , все wa.me-ссылки , lazy-loading изображений. ### 7. Чек-лист приёмки (сверить перед сдачей) - [ ] Все `[ЗАПОЛНИТЬ]`-плейсхолдеры собраны в единый список в комментарии наверху `index.html` для удобной правки. - [ ] Все кнопки/ссылки ведут на корректный `wa.me` с правильным текстом. - [ ] Плавающая кнопка WhatsApp не перекрывает контент на мобильных (проверить над footer). - [ ] Ни одной формы обратной связи в коде нет. - [ ] Адаптив проверен на 375/768/1024/1440. - [ ] Цветовая схема соответствует разделу 1 (никаких случайных цветов вне палитры). - [ ] Lorem ipsum отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Generate a warm-toned indoor light-and-shadow portrait. The scene is set in a dimly lit room , where a light-colored wall and beverage containers in the corner are faintly visible in the background. The main subject of the uploaded image is the person pictured , whose appearance remains unchanged. He is captured from a front , looking. He wears a Gujarat Titans cricket team jersey , and a delicate gold chain necklace around his neck. his posture is relaxed and effortless. Warm , directional light from the left-back directly casts sharp contour shadows on his shoulders , neck , hair , and the wall. The light creates a contrasting soft-focus glow on her skin and clothing , while the dim environment amplifies the layered dynamics of light and shadow. The overall color palette is based on warm browns and soft gold tones. The hard light emphasizes the relaxed folds of the clothing and the delicate texture of the skin. The shooting style is a lazy , mood-driven portrait , clearly capturing the contour shadows cast by the light , the casual wrinkles of the outfit , and the airy details of the hair. It blends an everyday , relaxed demeanor with the comforting atmosphere of soft , warm light. ,

Cinematic , hyper realism , high detail , octane render , 8k , ultra high resolution camera , focused , extreme details , cinematic , masterpiece , intricate , photography , magazine cover , tilt shot , of a mature physically fit male model with salt & pepper hair and beard , his hair is cut short , with the front slightly messy , giving an effortless yet stylish impression. He is lounging on a worn camouflage sofa , casually dressed in a black low v neck T-shirt and a long black cardigan with relaxed denim jeans , all white Converse sneakers , used camera Sony α9 , focus on the fashion model , setting is urban vibe with a rough concrete & brick wall in the background and shadows from the window creating patterns across the scene , lazy afternoon in a chic , 16K , rich detailed --ar 9:16 --style raw --profile ue2yzjl --stylize 500 ,

masterpiece , best quality , 8k , RAW photo , ultra high res , photorealistic , oil painting portrait , Canon R5 , 85mm f/1.8 lens , young woman aged 18-30 , French retro oil painting style , [Costume] burgundy velvet square neck dress , puff sleeves , lace trim , velvet hairband , [Props] vintage oil painting frame , rose bouquet , leather book , brass candlestick , [Scene] French retro studio , beige wall , wooden floor , lace curtains , [Lighting] Rembrandt soft light , 45° key light , weak fill light , light ratio 1:3 , warm yellow tone , [Face Control] retain original face , gentle lazy expression , light retro makeup , natural skin , [Details] soft focus , oil painting texture , elegant colors , clear hair ,

masterpiece , best quality , 8k , RAW photo , ultra high res , photorealistic , oil painting portrait , Canon R5 , 85mm f/1.8 lens , young woman aged 18-30 , French retro oil painting style , [Costume] burgundy velvet square neck dress , puff sleeves , lace trim , velvet hairband , [Props] vintage oil painting frame , rose bouquet , leather book , brass candlestick , [Scene] French retro studio , beige wall , wooden floor , lace curtains , [Lighting] Rembrandt soft light , 45° key light , weak fill light , light ratio 1:3 , warm yellow tone , [Face Control] retain original face , gentle lazy expression , light retro makeup , natural skin , [Details] soft focus , oil painting texture , elegant colors , clear hair ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

1girl , solo , lazypos , anime-style , detailed background , vibrant colors , delicate , dreamy , cinematic lighting , volumetric lighting , ray tracing , dramatic shadows , dappled light , <lora:hololive_kaela_kovalskia_redebut:0.5> kaela20 , blonde hair , long hair , closed eyes , smile , head down , <lora:dreamy_pink_butterfly_dress:0.65> KEAI5 , |sleeveless halter pleated dress , light pink dress , bare shoulders , short dress , spaghetti strap , lace trim , lace , frills , dress bow , large back bow , light pink long ribbon , puffy see-through long wide detached sleeves , light pink sleeves , outdoors , garden , flower , birds , sitting , holding harp , playing harp , playing instrument , <lora:USNR_STYLE_ILL:0.35> usnr <lora:WSSKX_WAI:0.3> <lora:TRT_IL:0.55> dynamic pose , foreshortening , extreme perspective <lora:Wide Ponytail (IL):1.0> wide high ponytail , wavy hair <lora:harpSY:1> harp , large harp ,

1girl , solo , lazypos , anime-style , detailed background , vibrant colors , delicate , dreamy , cinematic lighting , volumetric lighting , ray tracing , dramatic shadows , dappled light , <lora:hololive_kaela_kovalskia_redebut:0.5> kaela20 , blonde hair , long hair , closed eyes , smile , head down , <lora:dreamy_pink_butterfly_dress:0.65> KEAI5 , |sleeveless halter pleated dress , light pink dress , bare shoulders , short dress , spaghetti strap , lace trim , lace , frills , dress bow , large back bow , light pink long ribbon , puffy see-through long wide detached sleeves , light pink sleeves , outdoors , garden , flower , birds , sitting , holding harp , playing harp , playing instrument , <lora:USNR_STYLE_ILL:0.35> usnr <lora:WSSKX_WAI:0.3> <lora:TRT_IL:0.55> dynamic pose , foreshortening , extreme perspective <lora:Wide Ponytail (IL):1.0> wide high ponytail , wavy hair <lora:harpSY:1> harp , large harp ,

1girl , solo , lazypos , anime-style , detailed background , vibrant colors , delicate , dreamy , cinematic lighting , volumetric lighting , ray tracing , dramatic shadows , dappled light , <lora:hololive_kaela_kovalskia_redebut:0.5> kaela20 , blonde hair , long hair , closed eyes , smile , head down , <lora:dreamy_pink_butterfly_dress:0.65> KEAI5 , |sleeveless halter pleated dress , light pink dress , bare shoulders , short dress , spaghetti strap , lace trim , lace , frills , dress bow , large back bow , light pink long ribbon , puffy see-through long wide detached sleeves , light pink sleeves , outdoors , garden , flower , birds , sitting , holding harp , playing harp , playing instrument , <lora:USNR_STYLE_ILL:0.35> usnr <lora:WSSKX_WAI:0.3> <lora:TRT_IL:0.55> dynamic pose , foreshortening , extreme perspective <lora:Wide Ponytail (IL):1.0> wide high ponytail , wavy hair <lora:harpSY:1> harp , large harp ,

A beautiful close-up of a blonde woman who looks like Olivia Wilde and Madonna , baroque style , stephanie from lazy town , disney concept art style , ocean background , young adult , beautiful female android! , rosa bonheur , very pale white skin , very detailed eyes , a golden statue of a herculean glenn howerton as the god apollo , full body photogenic shot , full body | | realistic shaded , dark intrimate mood , gray , wearing purple corset and tutu , high resolution 4K ,

close up concept art of an ancient greek general , futuresynth , cinematic photograph concept art , full body character design , vibrant glowing teal and topaz colors clouds , by Greg Rutkowski and Magali Villeneuve , uncropped , atomic age , stephanie from lazy town , water splash , splash art by artgerm and greg rutkowski and magali villeneuve ,

galazy falling on starts by gaston bussiere , greg rutkowski , yoji shinkawa , yoshitaka amano , tsutomu nihei , donato giancola , tim hildebrandt , oil on canvas , trending on artstation , featured on pixiv , cinematic composition , extreme detail , metahuman creator , (best quality:1.4) , ((masterpiece)) , ((realistic)) , (detailed) , Negative prompt: paintings , sketches , -worst quality , (normal quality:2.0) , lowres , ((monochrome)) , ((grayscale))(monochrome:1.1) , (shota:1.5) , ((disfigured)) , ((bad art)) , ((NSFW)) , bad-hands-5 , Steps: 20 , Sampler: DDIM , CFG scale: 7 , Seed: 845211568 , Size: 512x768 , Model: V08_V08 , Denoising strength: 0.5 , ENSD: 31337 , Hires upscale: 2 , Hires steps: 20 , Hires upscaler: 4x-UltraSharp ,