跳至主要内容

midjourney文生图:A cute baby girl is walking on the runway wearing a white floral skirt, holding an umbrella made of flowers and leaves in her hand, smiling at the audience with exaggerated facial features, wearing high heels, and walking towards you in the style of an adorable fashion model. --ar 9:16 --v 6.1 --q 2

A cute baby girl is walking on the runway wearing a white floral skirt, holding an umbrella made of flowers and leaves in her hand, smiling at the audience with exaggerated facial features, wearing high heels, and walking towards you in the style of an adorable fashion model. --ar 9:16 --v 6.1 --q 2

A cute baby girl is walking on the runway wearing a white floral skirt, smiling at the audience with exaggerated facial features, wearing high heels, and walking towards you in the style of an adorable fashion model. --ar 9:16 --v 6.1 --q 2
A super cute baby girl confidently walking down a brightly lit runway, wearing an elegant white floral skirt that flutters as she moves, smiling sweetly with big sparkling eyes and soft rosy cheeks, exaggerated cartoon-like facial features, glossy high heels slightly oversized for comedic charm, arms swaying in rhythm, confidently striking a model pose, colorful confetti falling from above, pastel lighting, dreamy fashion show atmosphere, cinematic angle from the front as she walks towards the camera, ultra adorable and whimsical style, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

A super cute baby girl walking down a neon-lit runway in a sparkling silver spacesuit dress with glowing trims, oversized bubble helmet, glittering moon boots, smiling with wide anime-style eyes and chubby cheeks, surrounded by floating holograms of stars and planets, cosmic color palette, cinematic lighting, front-facing camera angle, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

A baby girl in a layered pastel pink floral princess gown with floating cherry blossom petals around her, wearing a crown made of sakura flowers, lace gloves, soft high heels, walking delicately down a flower-covered runway, beaming with delight, surrounded by soft glowing lights, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

Adorable baby girl strutting confidently in a hot pink glossy latex mini dress with big bows, rhinestone high heels, heart-shaped sunglasses, long flowing hair extensions, cotton candy clouds in the background, runway with glitter trails, fashion pop vibe, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

Super cute baby girl dressed as an ice fairy with a crystal-like translucent dress, icy blue highlights, sparkly snowflake crown, soft fur-lined boots, snow particles trailing behind as she walks, glowing frosty runway under northern lights, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2 


Baby girl walking confidently in a dress made of candy wrappers and lollipops, pastel rainbow colors, oversized candy-cane handbag, big sparkly eyes and excited expression, high heels that look like gummy bears, walking down a candy-themed runway with floating sweets, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

Enchanted baby girl wearing a glowing enchanted dress made of translucent magical fabrics that change color mid-step, jeweled tiara with animated gems, glowing wand in hand, levitating slightly above the runway, surrounded by flying sparkles and spell books, dreamy lighting, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2

Graceful baby girl in a flowing hanfu with embroidered cranes and lotus flowers, long sleeves fluttering like water, hair in traditional buns with tassels, walking barefoot on a misty jade runway with lanterns floating around, serene expression and soft glow, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2
A bold baby girl in a fire-themed cyberpunk outfit with glowing red-orange accents, metallic shoulder pads, flame-patterned high boots, mohawk-style pigtails, walking on a flaming runway with sparks flying, fierce expression but still cute, style anchor: kawaii runway fantasy --ar 9:16 --v 6.1 --q 2






 

评论

此博客中的热门博文

fontsize shortcuts 插件,如何使用它

  在  VS Code  中安装了  fontsize shortcuts  插件后, 您可以使用它提供的快捷方式来调整编辑器中文本的字体大小。 这个插件允许你通过简单的快捷键增大或减小字体大小,非常方便。 使用  fontsize shortcuts  插件的步骤: 安装插件后,重启 VS Code (如果插件安装后没有自动启用的话)。 使用默认快捷键:  插件安装后,通常会提供以下默认的快捷键来调整字体大小: 增大 字体大小:   Alt + ↑ (向上箭头) 减小字体大小:   Alt + ↓ (向下箭头) 恢复默认字体大小:   Alt + 0

FontSizeSwitcher插件如何使用

     FontSizeSwitcher  插件是  Visual Studio Code  中的一个插件,它允许用户通过快捷键快速调整编辑器中的字体大小。 1. 安装 FontSizeSwitcher 插件 打开 VS Code 。 点击左侧边栏的“ 扩展 ”图标(或者按  Ctrl + Shift + X )。 在 搜索框 中输入  FontSizeSwitcher ,然后选择插件并点击“ 安装 ”。 2. 配置快捷键 安装完插件后,可以通过设置快捷键调整字体大小。 增大字体:   Ctrl + Alt + Up 减小字体:   Ctrl + Alt + Down 恢复默认字体大小:   Ctrl + Alt + 0 3. 自定义快捷键(可选) 也可以自定义快捷键: 按  Ctrl + K ,然后按  Ctrl + S (或从菜单中选择“ 文件 ” > “ 首选项 ” > “ 键盘快捷方式 ”)。 在快捷键设置页面顶部的搜索框中,输入  FontSizeSwitcher ,找到相关的命令。 点击命令旁边的铅笔图标,选择您想要的快捷键,按下后保存。 4. 配置插件设置(可选) 插件通常会提供一些配置选项,您可以通过编辑  settings.json  文件来调整字体大小的步长或其他相关设置。 打开  settings.json  文件: 按  Ctrl + Shift + P  打开命令面板。 输入  "Preferences: Open Settings (JSON)" ,选择该项打开  settings.json  文件。 修改字体大小增减步长: 您可以在  settings.json  中调整字体大小增减的步长(即每次调整字体时增减的像素数),例如: json "fontsize-switcher.step" : 2 这将使每次调整字体大小时增加或减少 2px,而不是默认的 1px。

如何隐藏vs编辑时,行首处显示的行序号

    通过设置界面关闭行号显示 打开设置: 点击左下角的齿轮图标(⚙),然后选择  " 设置 " 。 或者按  Ctrl + ,  打开设置。 搜索行号设置: 在设置叶面顶部的 搜索 框中输入  line numbers 。 禁用行号: 找到  Editor: Line Numbers   选项。 点击其右侧的下拉菜单,并选择  " off " 。这样就可以禁用行号显是了。