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

stm32G473的flash模式是单bank还是双bank?
今天突然有人stm32G473的flash模式是单bank还是双bank?由于时间太久,我真忘记了。搜搜发现,还真有人和我一样。见下面的链接:https://shequ.stmicroelectronics.cn/forum.php?modviewthread&tid644563 根据STM32G4系列参考手…...
React Native在HarmonyOS 5.0阅读类应用开发中的实践
一、技术选型背景 随着HarmonyOS 5.0对Web兼容层的增强,React Native作为跨平台框架可通过重新编译ArkTS组件实现85%以上的代码复用率。阅读类应用具有UI复杂度低、数据流清晰的特点。 二、核心实现方案 1. 环境配置 (1)使用React Native…...
今日科技热点速览
🔥 今日科技热点速览 🎮 任天堂Switch 2 正式发售 任天堂新一代游戏主机 Switch 2 今日正式上线发售,主打更强图形性能与沉浸式体验,支持多模态交互,受到全球玩家热捧 。 🤖 人工智能持续突破 DeepSeek-R1&…...

AI+无人机如何守护濒危物种?YOLOv8实现95%精准识别
【导读】 野生动物监测在理解和保护生态系统中发挥着至关重要的作用。然而,传统的野生动物观察方法往往耗时耗力、成本高昂且范围有限。无人机的出现为野生动物监测提供了有前景的替代方案,能够实现大范围覆盖并远程采集数据。尽管具备这些优势…...
怎么让Comfyui导出的图像不包含工作流信息,
为了数据安全,让Comfyui导出的图像不包含工作流信息,导出的图像就不会拖到comfyui中加载出来工作流。 ComfyUI的目录下node.py 直接移除 pnginfo(推荐) 在 save_images 方法中,删除或注释掉所有与 metadata …...
Kafka主题运维全指南:从基础配置到故障处理
#作者:张桐瑞 文章目录 主题日常管理1. 修改主题分区。2. 修改主题级别参数。3. 变更副本数。4. 修改主题限速。5.主题分区迁移。6. 常见主题错误处理常见错误1:主题删除失败。常见错误2:__consumer_offsets占用太多的磁盘。 主题日常管理 …...
十九、【用户管理与权限 - 篇一】后端基础:用户列表与角色模型的初步构建
【用户管理与权限 - 篇一】后端基础:用户列表与角色模型的初步构建 前言准备工作第一部分:回顾 Django 内置的 `User` 模型第二部分:设计并创建 `Role` 和 `UserProfile` 模型第三部分:创建 Serializers第四部分:创建 ViewSets第五部分:注册 API 路由第六部分:后端初步测…...
Java 与 MySQL 性能优化:MySQL 慢 SQL 诊断与分析方法详解
文章目录 一、开启慢查询日志,定位耗时SQL1.1 查看慢查询日志是否开启1.2 临时开启慢查询日志1.3 永久开启慢查询日志1.4 分析慢查询日志 二、使用EXPLAIN分析SQL执行计划2.1 EXPLAIN的基本使用2.2 EXPLAIN分析案例2.3 根据EXPLAIN结果优化SQL 三、使用SHOW PROFILE…...

虚拟机网络不通的问题(这里以win10的问题为主,模式NAT)
当我们网关配置好了,DNS也配置好了,最后在虚拟机里还是无法访问百度的网址。 第一种情况: 我们先考虑一下,网关的IP是否和虚拟机编辑器里的IP一样不,如果不一样需要更改一下,因为我们访问百度需要从物理机…...

持续交付的进化:从DevOps到AI驱动的IT新动能
文章目录 一、持续交付的本质:从手动到自动的交付飞跃关键特性案例:电商平台的高效部署 二、持续交付的演进:从CI到AI驱动的未来发展历程 中国…...