跳至主要内容

How to Create Stunning Claymation Text like ‘A,’ ‘love,’ and ‘wish’ in MidJourney

 letter "A" claymation style kids style, plain solid red colour on a white plain studio background professional camera shallow deph of field canon 1d --ar 16:9 --v 7.0 --s 250 --raw 


"Love" in 3D claymation style, whimsical kids style with heart-shaped embellishments, solid red with soft clay texture and glowing outline, white plain studio background, Canon 1D professional shot, ultra-shallow depth of field, warm soft bokeh, intricate details, 4k resolution --ar 16:9 --v 7.0 --s 250 --raw

"Smile!" in claymation style with hand-drawn cartoon kids style, bold red with playful bubble texture and doodle-style speech bubble accents, white minimal studio background, Canon 1D professional capture, shallow depth of field, vibrant glowing light, subtle sparkles, ultra-detailed, 4k resolution --ar 16:9 --v 7.0 --s 250 --raw
Vibrant claymation 'star' text, vivid crimson red, chunky and fun kids’ design with glowing edges, placed on a minimalist white studio backdrop, shot with Canon 1D, shallow depth of field, soft dynamic lighting, engaging angles, --ar 16:9 --v 7.0 --s 250 --raw


Charming claymation 'love' text, rich ruby red, quirky kids’ aesthetic with smooth, rounded edges, set on a clean white studio background, Canon 1D capture, ultra-shallow depth of field, warm glowing highlights, inviting composition, --ar 16:9 --v 7.0 --s 250 --raw


Enchanting claymation 'wish' text, vibrant ruby red, playful kids’ style with soft, tactile textures, set against a clean white studio background, captured with Canon 1D, ultra-shallow depth of field, warm cinematic glow, whimsical composition, --ar 16:9 --v 7.0 --s 250 --raw

评论

此博客中的热门博文

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 " 。这样就可以禁用行号显是了。