Coder Social home page Coder Social logo

honolulu0 / awesome-midjourney-prompts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hebedich/awesome-midjourney-prompts

0.0 0.0 0.0 52.06 MB

Midjourney V5中文提示词助手,可视化生成,小白秒成大师。最全的提示词和指令集,免费使用。

License: Other

JavaScript 95.05% HTML 4.95%

awesome-midjourney-prompts's Introduction

🧠 Awesome Midjourney Prompts

Midjourney Prompts提示词助手,提供可视化生成看板,小白一键成MJ作图大师。收录最全的提示词和指令集,目前免费提供使用,支持随意嵌入到你的网站。(更新23-05-10,支持V5.1)

项目介绍

  • ✅ 支持文本拼接
  • ✅ 支持全量过滤词,支持权重,支持搜索
  • ✅ 支持在线图片融图拼接
  • ✅ 支持自定义参数
  • ✅ 支持嵌入任何网站
  • ❎ 即将支持中文GPT优化
  • ❎ 即将支持在线图床服务

效果展示

按照自己喜欢的风格一键生成

使用教程

简单的描述加上可视化关键词,生成图的质量得到了显著的提升。

Van Gogh style fashion photography(梵高风格的时尚摄影)

a broken hallelujah

a girl doodlle

a perfect woman doodle::2, hyperrealistic

a colorful paint-filled balloon hitting a canvas, resulting in a dynamic explosion of color as splash photography --v 5.1 --style raw

网站嵌入教程

网站可以无缝嵌入工具,并通过postMessage模式接受加工后的prompts

 
 <body>
  <div>
    <button class="btn-target">点击打开抽屉</button>
    <div><textarea id="Prompts" placeholder="这里输出指令"></textarea></div>
  </div>
  <img src="./images/6-res.png" width="30%" alt="">
</body>
<script>
  IframeShare(
    {
      btnEl: 'btn-target',
      url: "https://punk.openai1s.com/aiimg/prompt?nohead=1&postmsg=1",
      mode: "slider",
      position: 'right',
      width: '650px',
      preload: true,
      defaultOpen: false,
      allowRepeatSubmit: true
    });
  //监听prompt参数
  const prompts = document.getElementById('Prompts')
  window.addEventListener('message', function (event) {
    if (event.origin === 'https://punk.openai1s.com') {
      console.log(event.data, '打印加工后的prompt')
      prompts.innerHTML = event.data
    }
  });
</script>

通过参数配置,可以自定义隐藏不需要的内容,更高效地使用Prompt工具。

  • 隐藏头部:nohead=1
  • 隐藏文本框:notext=1
  • 开启传参:postmsg=1
//在url后追加参数
url="https://punk.openai1s.com/aiimg/prompt?nohead=1&postmsg=1"

嵌入版-推荐

弹窗版

Midjourney交流群

麻烦大佬们备注下来源

Star History

Star History Chart

awesome-midjourney-prompts's People

Contributors

maleweb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.