Midjourney中秋特典-12张图附魔咒
第一张

魔咒
A Mid-Autumn Festival poster, a round bright moon, a Chinese-style pavilion with a scene of a reunion from Dream of the Red Chamber, a new Chinese style --ar 3:4 --v 6.1
第二张

魔咒
The bright full moon hung in the night sky,clear in outline and soft in edge.In the distance, the outline of the mountains was faintly visible.At the foot of the hill,the shadows of trees and rocks crisscrossed each other.In the night sky,layers of auspicious clouds were floating, showing a faint gold. The ilustration style is simple and minimalist. lt features ink painting techniques, with a blank background and high definition,in the style of Chinese ink painting. --ar 3:4 --v 6.1 --s 50
第三张

魔咒
A beautifully carved mooncake in the shape of an open Chinese pattern opera stage, with intricate carvings and warm lighting inside. Inside is depicted a cute rabbit figure and cloud and background is a bamboo forest under a glowing moon. The scene is illuminated by warm light and features exquisite details. Clouds and mist are floating around the scene. The background is light purple and light blue. Depth of Field, Dreamy atmosphere, Background blur, In general, it creates a mysterious atmosphere in the style of ancient Chinese art. --v 6.1 --no two rabbits --s 500 --style raw --ar 3:4
第四张

魔咒
Chinese mythology style, by Matt Furie ,Giant illustration, a 300-meter-sized giant mooncake made of gold is placed on the surface of the moon. This huge moon cake has an opening door on the edge, which can be opened to see the magnificent palace inside. The tiny white rabbit knight stood under the mooncake and looked up. --ar 16:9 --sref https://s.mj.run/zWk2228cSWU --s 250
第五张

魔咒
A beautiful Chinese fairy, dressed in a gorgeous traditional Chinese costume, holds a cute little rabbit in her arms,Carrying a lantern in hand,She smiled.Her eyes are big and bright.She is sitting beside lotus flowers,mooncakes on the table with traditional Chinese architecture in the background, and a huge full moon hanging in the blue night sky. Blue and yellow tones, warm and cheerful atmosphere, 3D Pixar cartoon style, C4D rendering, exquisite detail, Bright color, raytracing --ar 3:4 --style raw --v 6.1
第六张

魔咒
On the night of the Mid-Autumn Festival, she sat in front of a stone round table, on a stone stool, holding a cup of tea in her hands, gazing up at the bright moon. --cref https://s.mj.run/MrkxuXd2Wh0 --cw 100 --ar 3:4 --v 6.1
第七张

魔咒
Decorated with full moon, stars, hand drawn illustration in vector illustration style, surreal and highly detailed illustration close up shot similar to Kodak Ektar photo, 4K, minimalist, cute style, serene atmosphere, style similar to Makoto Shinkai and Studio Ghibli --chaos 60 --v 6.1 --stylize 1000 --ar 9:19 --personalize qwmtejw
第八张

魔咒
Mid-Autumn Festival poster, bright moon in the mountains, thousands of homes with lights, distant mountains in mist, traditional attire, flat color line style, dominated by light blue tones, bird's-eye view perspective, Van Gogh's painting style, sky view, wide-angle lens, soft light, delicate textures, tranquil atmosphere, nostalgic sentiment --ar 3:4 --v 6.1
第九张

魔咒
An upward view of a delicate osmanthus branch reaching towards a bright, glowing full moon in a dark night sky filled with twinkling stars. The golden flowers of the branch are softly illuminated by the moonlight, creating a serene and elegant atmosphere. The background’s deep blues and soft whites enhance the feeling of calm and reflection, perfect for high-end cultural product promotions or holiday packaging. Ultra-clear, high-definition textures ensure the fine details of the flowers, moon, and stars are crisply rendered. --ar 4:5 --sref https://s.mj.run/gm63lGrRLZ4 https://s.mj.run/yJjEAae0YLI https://s.mj.run/B663_Lh9Yjc https://s.mj.run/PjUkGJEDm2A --sw 70 --v 6.1 --no lantern
第十张

魔咒
A distant, wide-angle view of a full moon rising slowly between two towering mountain peaks, with its soft light reflecting gently on a calm lake in the foreground. The mountains are shrouded in mist, adding a mystical quality to the scene. The sky is dark, with only a few faint stars twinkling above. The composition conveys a sense of awe and peace, perfect for luxury travel promotions or festival-themed advertising. Ultra-clear, high-definition textures ensure the details of the moon, water, and mountains are rendered in stunning clarity. --ar 16:9 --sref https://s.mj.run/gm63lGrRLZ4 https://s.mj.run/yJjEAae0YLI https://s.mj.run/B663_Lh9Yjc https://s.mj.run/PjUkGJEDm2A --sw 70 --v 6.1 --no lantern
第十一张

魔咒
A golden moon floats in the universe, surrounded by swirling black ripples and sparkling light effects. The background is a dark space with stars shining brightly. In the close-up, there is an ethereal glow around the moon. The scene creates an atmosphere of mystery and wonder in the style of Unreal Engine rendering, with a dark gold and sky blue color palette, vray tracking, and attention to materials. Emphasis on the round shape. High resolution --ar 3:4 --v 6.1
第十二张

魔咒
A golden waterfall flows from the top of an oversized yellow moon, with dark black mist covering half its surface. The background is a forest full of strange plants and trees, creating a mysterious atmosphere. In the style of Chinese ink painting, the illustration is flat with vector graphics, flat colors, textured brushstrokes, high contrast, bright light, wide-angle lens, and a golden color tone, evoking a sense of mystery --ar 3:4 --v 6.1
相关文章:
Midjourney中秋特典-12张图附魔咒
第一张 魔咒 A Mid-Autumn Festival poster, a round bright moon, a Chinese-style pavilion with a scene of a reunion from Dream of the Red Chamber, a new Chinese style --ar 3:4 --v 6.1第二张 魔咒 The bright full moon hung in the night sky,clear in outline a…...
编写程序,从键盘输入若干整数,将其保存入一个数组中。利用Arravs进行排序,然后查找出第3大的整数
编写程序,从键盘输入若干整数,将其保存入一个数组中。利用Arravs进行排序,然 后查找出第3大的整数 import java.util.ArrayList; import java.util.Arrays; import java.util.Scanner;public class helloworld {public static void main(Stri…...
VSCode 离线安装中文语言包
1.插件市场 Extensions for Visual Studio family of products | Visual Studio Marketplace 输入: language 在version history里面下载相应的版本,若没有就下载最新的 在下面安装 安装完重启就可以了。 可能会提示的失败: Unable to ins…...
vue3补充
form表单重置 const { proxy } getCurrentInstance()!; // 获取挂载在全局的上下文proxy.resetForm(ruleFormRef); // 在el-form中清空ref为ruleFormRef的表单注:不推荐使用 不推荐的原因 类型安全问题: 当在 TypeScript 环境中使用时,…...
关于Chrome浏览器没有网络,而其他浏览器正常这一问题的解决方法
网上有很多解决方案,但我尝试了之后都没有效果。后来尝试开启了VPN,问题完美解决了。 ✿✿ヽ(▽)ノ✿ 解决前:打开VPN后很容易就解决了:...
人工智能辅助汽车造型设计
随着科技的不断进步,人工智能(AI)在各个领域的应用越来越广泛,汽车设计行业也不例外。尤其在车辆外观造型设计中,AI正在成为设计师的重要助手,通过提供强大的工具和独特的创意方式,革新了传统设…...
专家访谈:心脑血管名医蔡英丽医生的医学智慧
在心脑血管疾病的诊疗领域,有这样一位医生,她以深厚的医学功底、精湛的医术和无私的爱心,赢得了广大患者的信赖与赞誉。她,就是北京心脑血管科的蔡英丽医生。今天,我们将带您走进蔡英丽医生的医学世界,一探…...
Ubuntu 22.04 源码下载的几种方法
1、查询当前系统内核版本 rootubuntu22:~# uname -r 5.15.0-118-generic 2、查询本地软件包数据库中的内核源码信息 rootubuntu22:~# apt search linux-source Sorting... Done Full Text Search... Done linux-source/jammy-updates,jammy-security,now 5.15.0.119.119 all…...
floodfill+DFS(1)
文章目录 图像渲染岛屿数量岛屿的最大面积被围绕的岛屿 图像渲染 class Solution { public:int m 0, n 0;bool check[51][51] {false};vector<vector<int>> floodFill(vector<vector<int>>& image, int sr, int sc, int color) {m image.size…...
小程序开发设计-第一个小程序:注册小程序开发账号②
上一篇文章导航: 小程序开发设计-小程序简介①-CSDN博客https://blog.csdn.net/qq_60872637/article/details/142217803?sharetypeblogdetail&sharerId142217803&sharereferPC&sharesourceqq_60872637&spm1011.2480.3001.8118 须知:不…...
C++基础面试题 | C++中的构造函数可以是虚函数吗? C++中的析构函数一定要是虚函数吗?
文章目录 问题一:在C中,构造函数不能是虚函数。问题二:析构函数不一定需要声明为虚函数,但在多态环境下,建议一定将其声明为虚函数。示例虚函数总结 问题一:在C中,构造函数不能是虚函数。 这是…...
Leetcode—1184. 公交站间的距离【简单】
2024每日刷题(161) Leetcode—1184. 公交站间的距离 实现代码 class Solution { public:int distanceBetweenBusStops(vector<int>& distance, int start, int destination) {int clockwise 0;int counterclockwise 0;if(start > desti…...
【python数据处理】保存网页
直觉上处理网页信息,很多人会先将网页保存成HTML,然后做文本分析。但这样做是不够的,因为网页可能内嵌图片,这些图片在HTML里就是一处链接,离线处理时无法还原,相当于丢失了图片信息。更好的做法是将整个网…...
智能体趋势:未来科技的核心驱动力
随着人工智能(AI)技术的不断发展,**智能体(intelligent agents)**逐渐成为当今科技发展的重要趋势。这些智能体不仅仅是软件,它们正在改变我们生活和工作的方式,成为推动科技和社会变革的核心力…...
学习笔记 韩顺平 零基础30天学会Java(2024.9.16)
P563 自定义泛型方法 当调用方法时,要传入参数,因为当传入参数时,编译器就可以确定泛型代表的类型 泛型方法和方法使用了泛型是不一样的 泛型方法可以使用类声明的泛型,也可以使用自己的泛型 P564 泛型方法练习 P565 泛型的继承和…...
python selenium网页操作
一、安装依赖 pip install -U seleniumselenium1.py: from selenium import webdriver from selenium.webdriver.common.by import Bydriver webdriver.Chrome() driver.get("https://www.selenium.dev/selenium/web/web-form.html") title driver.ti…...
pytorch使用技巧
pytorch使用技巧 1. 指定GPU编号 设置当前使用的GPU设备仅为0号设备,设备名称为 /gpu:0os.environ["CUDA_VISIBLE_DEVICES"] "0" 设置当前使用的GPU设备为0, 1号两个设备,名称依次为 /gpu:0、/gpu:1: os.environ[&quo…...
从用户数据到区块链:Facebook如何利用去中心化技术
在数字化时代,用户数据的管理和保护已成为科技公司面临的重大挑战。作为全球最大的社交网络平台之一,Facebook不仅在用户数据的处理上积累了丰富的经验,也在探索如何利用去中心化技术,如区块链,来改进其数据管理和用户…...
Elasticsearch之bool查询
bool 查询是 Elasticsearch 中最常用的复合查询类型,允许将多个查询组合在一起。它通过逻辑操作符(如 must、should、must_not 和 filter)来构建复杂的查询条件,从而满足多条件匹配、逻辑与(AND)、或&#…...
IntelliJ IDEA 创建 Java 项目指南
IntelliJ IDEA 是一款功能强大的集成开发环境(IDE),广泛用于 Java 开发。本文将介绍如何在 IntelliJ IDEA 中创建一个新的 Java 项目,包括环境的设置和基本配置。更多问题,请查阅 一、安装 IntelliJ IDEA 1. 下载 In…...
ESP32多任务水位监测:从Arduino到ESP-IDF的FreeRTOS实战
1. 项目概述:从Arduino到ESP-IDF的跃迁去年我在做毕业设计时,为了搭建一个ESP32的传感器节点演示程序,第一次深入使用了FreeRTOS。那段时间,我几乎天天和任务调度、队列、信号量打交道,从最初的一头雾水到后来能流畅地…...
告别鼠标手!5分钟上手开源鼠标连点器MouseClick,轻松实现自动化点击
告别鼠标手!5分钟上手开源鼠标连点器MouseClick,轻松实现自动化点击 【免费下载链接】MouseClick 🖱️ MouseClick 🖱️ 是一款功能强大的鼠标连点器和管理工具,采用 QT Widget 开发 ,具备跨平台兼容性 。软…...
随机森林算法在儿童出行方式预测中的实战应用与优化
1. 项目概述:用随机森林预测孩子怎么上学做城市交通规划或者做家长接送方案的时候,你肯定想过一个问题:孩子们到底是怎么上学的?是走路、骑车、坐公交还是家长开车送?这个问题看似简单,背后却牵扯到城市规划…...
口碑最好的AI论文写作工具推荐(从文献整理到论文成稿全流程)适合全体毕业生
还在为选题方向纠结、文献资料翻找耗时、开题报告无从下手、论文框架反复修改、查重率居高不下、降重过程痛苦不堪,甚至答辩PPT还要临时抱佛脚?作为学术新手、应届生或本科硕士毕业生,面对论文写作的重重关卡,流程复杂、操作门槛高…...
终极Chrome画中画扩展:如何在浏览器中实现高效视频多任务处理
终极Chrome画中画扩展:如何在浏览器中实现高效视频多任务处理 【免费下载链接】picture-in-picture-chrome-extension 项目地址: https://gitcode.com/gh_mirrors/pi/picture-in-picture-chrome-extension 想要在浏览网页、处理文档的同时继续观看视频内容吗…...
Arduino ADC自检:用RC电路诊断模数转换器故障
1. 项目概述:当你的体重秤开始“说谎”你有没有遇到过这样的情况:站上家里的电子体重秤,屏幕上跳出来的数字让你瞬间怀疑人生?要么是轻得离谱,要么是重得吓人,更诡异的是,它可能只在两个固定的、…...
Metabase:零代码 BI 数据可视化工具,自建数据看板
Metabase:零代码 BI 数据可视化工具,自建数据看板 在数据驱动决策的时代,能快速看到业务数据的变化趋势至关重要。然而,专业 BI 工具(如 Tableau、Power BI)价格昂贵,而让每个业务同学都学 SQL …...
智能体任务分配算法:从启发式到深度强化学习的演进与实践
1. 项目概述:从“谁来做”到“如何做得更好”的智能进化在机器人集群、无人机编队或是自动化仓储系统中,我们常常面临一个看似简单实则复杂的问题:眼前有一堆任务,手头有一群可用的智能体(机器人、无人机、服务器等&am…...
5步快速上手OpenVSP:免费开源的飞机参数化设计终极指南
5步快速上手OpenVSP:免费开源的飞机参数化设计终极指南 【免费下载链接】OpenVSP A parametric aircraft geometry tool 项目地址: https://gitcode.com/gh_mirrors/ope/OpenVSP OpenVSP是一款由NASA开发的免费开源飞机参数化设计工具,让航空工程…...
Qri入门教程:如何在5分钟内开始使用分布式数据集版本控制
Qri入门教程:如何在5分钟内开始使用分布式数据集版本控制 【免费下载链接】qri youre invited to a data party! 项目地址: https://gitcode.com/gh_mirrors/qr/qri Qri是一款强大的分布式数据集版本控制工具,它比电子表格更强大,比数…...
