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…...

测试微信模版消息推送
进入“开发接口管理”--“公众平台测试账号”,无需申请公众账号、可在测试账号中体验并测试微信公众平台所有高级接口。 获取access_token: 自定义模版消息: 关注测试号:扫二维码关注测试号。 发送模版消息: import requests da…...
应用升级/灾备测试时使用guarantee 闪回点迅速回退
1.场景 应用要升级,当升级失败时,数据库回退到升级前. 要测试系统,测试完成后,数据库要回退到测试前。 相对于RMAN恢复需要很长时间, 数据库闪回只需要几分钟。 2.技术实现 数据库设置 2个db_recovery参数 创建guarantee闪回点,不需要开启数据库闪回。…...
树莓派超全系列教程文档--(62)使用rpicam-app通过网络流式传输视频
使用rpicam-app通过网络流式传输视频 使用 rpicam-app 通过网络流式传输视频UDPTCPRTSPlibavGStreamerRTPlibcamerasrc GStreamer 元素 文章来源: http://raspberry.dns8844.cn/documentation 原文网址 使用 rpicam-app 通过网络流式传输视频 本节介绍来自 rpica…...
uni-app学习笔记二十二---使用vite.config.js全局导入常用依赖
在前面的练习中,每个页面需要使用ref,onShow等生命周期钩子函数时都需要像下面这样导入 import {onMounted, ref} from "vue" 如果不想每个页面都导入,需要使用node.js命令npm安装unplugin-auto-import npm install unplugin-au…...

UDP(Echoserver)
网络命令 Ping 命令 检测网络是否连通 使用方法: ping -c 次数 网址ping -c 3 www.baidu.comnetstat 命令 netstat 是一个用来查看网络状态的重要工具. 语法:netstat [选项] 功能:查看网络状态 常用选项: n 拒绝显示别名&#…...
大语言模型如何处理长文本?常用文本分割技术详解
为什么需要文本分割? 引言:为什么需要文本分割?一、基础文本分割方法1. 按段落分割(Paragraph Splitting)2. 按句子分割(Sentence Splitting)二、高级文本分割策略3. 重叠分割(Sliding Window)4. 递归分割(Recursive Splitting)三、生产级工具推荐5. 使用LangChain的…...

微信小程序 - 手机震动
一、界面 <button type"primary" bindtap"shortVibrate">短震动</button> <button type"primary" bindtap"longVibrate">长震动</button> 二、js逻辑代码 注:文档 https://developers.weixin.qq…...
postgresql|数据库|只读用户的创建和删除(备忘)
CREATE USER read_only WITH PASSWORD 密码 -- 连接到xxx数据库 \c xxx -- 授予对xxx数据库的只读权限 GRANT CONNECT ON DATABASE xxx TO read_only; GRANT USAGE ON SCHEMA public TO read_only; GRANT SELECT ON ALL TABLES IN SCHEMA public TO read_only; GRANT EXECUTE O…...

学校时钟系统,标准考场时钟系统,AI亮相2025高考,赛思时钟系统为教育公平筑起“精准防线”
2025年#高考 将在近日拉开帷幕,#AI 监考一度冲上热搜。当AI深度融入高考,#时间同步 不再是辅助功能,而是决定AI监考系统成败的“生命线”。 AI亮相2025高考,40种异常行为0.5秒精准识别 2025年高考即将拉开帷幕,江西、…...
JS设计模式(4):观察者模式
JS设计模式(4):观察者模式 一、引入 在开发中,我们经常会遇到这样的场景:一个对象的状态变化需要自动通知其他对象,比如: 电商平台中,商品库存变化时需要通知所有订阅该商品的用户;新闻网站中࿰…...