Image Prompter - for Midjourney and more

An easier prompting tool for Midjourney,Stable Difussion and more

Image Prompter - for Midjourney and moreとは何ですか?

Image Prompter - for Midjourney and moreはhttps://luupine.comによって開発されたChromeの拡張機能で、その主な機能は「An easier prompting tool for Midjourney,Stable Difussion and more」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Image Prompter - for Midjourney and more拡張機能のCRXファイルをダウンロード

Image Prompter - for Midjourney and more拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Image Prompter
 (v1.0.6).

Visual prompting for Midjourney.  Generate prompt by clicking without memerizing.

1  Features:
1)  Generate prompt by clicking
     Generate prompt by sample image clicking without memorizing. 
     Fasten your prompt engineering efficiently.

2)  Categorized prompts for AI drawing
     Categorized preset prompts including Subject, Style and Parameter. 
     Much easier to select.

3)  Lots of preset prompts 
    100+ preset most commonly used prompts for AI drawing.
    More will be added.

2.  Quick Guide
         Final prompt = Input +  Select  + Copy   
     1)Installing Image Prompter extension 
                Now Edge add-on is available from Mirosoft Edge store
     2). Open Midjourney
               Open Midjourney workspace.
               official website: https://www.midjourney.com
               on dicord - https://discord.com 
               on slack  - https://app.slack.com
     3). Open Image prompter ( see picture above )
                 Image Prompter will be shown automatically by clicking the show handle on the up-right corner of this page.
     4). Input Core Prompt
              Think about what to draw first, then input it in the Core Prompt area, e.g. "a cat in the garden".
     5).  Select prompt
              by clicking Subject, Style, Parameter sample picture.   The final prompt will be added by your selection. 
              Click the "..." button on the right of each feature line to show more features. 
     6). Copy final prompt
            Click the copy button of Final Prompt, then paste it into Midjourney workspace to generate your image. 

3. Concepts
     Feature
        The text prompt controlling how the image is generated. It's divided into three basic categories:  Subject , Style , Parameter.

    1)  Subject
         It defines what to draw,  i.e. the content of the image.  
         First, you need think about your idea. The core subject prompt is up to you to input. Such as a boy,  a spaceship,  a cat running away.
         
         While as for the other supplement subject prompt , Image Prompter has provided many preset options to select, such as
         as for figure,     portrait ,  profile,  , headshot, selfie,  full body shot ...  ( see the picture above ) 
         as for design ,  flat design , product design,  logo ,  architecture ...      ( see the picture above ) 

    2)Style
        It controls how to draw the image. Such as photography, cartoon, painting form , painting style etc.  For example:
           -  Painting form : oil painting , watercolor, 
           -  realistic or impressionistic
        Style is the key element of AI Imaging when you work on Prompt Engineering.  
        Image Prompter provides a large amount of preset style options for you.   See Style List for details. 

    3)Parameter
         It controls how to draw by the render engine, such as
        - Midjourney version
       -  aspect ratio:      2:3,  3:2, 16:9,  9:16 ...
        - quality
        - chaos 
       -  stylish
       -  seed 


4. Style

There are 7 style categories with 50 commonly used styles in version 1.0.
More styles will be updated continuously.
  1)   Photo        (6+):  real,  photography, cimematic, retro ... 
  2)   New image style   (8+): fantasy, science fiction, cyperpunk ...
  3)   Cartoon       (8+): 2d cartoon, commic, disney, anime ...
  4)   Illustration   (6+): children illustration,  digital illustration ...
  5)   Painting form   (9+): oil painting, watercolor, coloring page ...
  6)   Painting style   (6+): realistic, impressionism, classic,pop art, ...
  7)   Artist          (6+): Van Gogh, Michelangelo, Peaky Blinders ...

5. Parameter
     Parameter is used to control the render engine how to work. 

  The main paramters include : 
  - 1)   engine version  
  - 2)   aspect ratio  
  - 3)   chaos  
  - 4)   quality    
  - 5)   seed  

6. Future Version Plan
- More styles for your selection.
- More parameters for your selection.

7. Feadback and requirement
  Website - https://www.luupine.com/
  Feedback on Twitter -  https://twitter.com/raykkncc
- Bug or suggestion
- More style prompt requirement                    

拡張機能の基本情報

名前 Image Prompter - for Midjourney and more Image Prompter - for Midjourney and more
ID mgakiomdaaebpebkmjleifhehclodgel
公式URL https://chromewebstore.google.com/detail/image-prompter-for-midjou/mgakiomdaaebpebkmjleifhehclodgel
説明 An easier prompting tool for Midjourney,Stable Difussion and more
ファイルサイズ 338 KB
インストール数 2,321
現在のバージョン 1.0.6
最終更新日 2023-07-03
公開日 2023-05-29
評価 5.00/5 合計 2 レビュー
開発者 https://luupine.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.luupine.com/
ヘルプページのURL https://twitter.com/luupine_studio
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Prompter - for Midjourney and more",
    "manifest_version": 3,
    "version": "1.0.6",
    "description": "An easier prompting tool for Midjourney,Stable Difussion and more",
    "action": {
        "default_action": "popup.html",
        "default_title": "Image Prompter"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/www.midjourney.com\/*",
                "https:\/\/app.slack.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/content.css",
                "css\/style1.css",
                "css\/div_helper.css"
            ],
            "js": [
                "js\/init.js",
                "js\/utils.js",
                "js\/jquery-3.6.4.js",
                "js\/content.js",
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.html",
                "images\/icon-48.png"
            ],
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/www.midjourney.com\/*",
                "https:\/\/app.slack.com\/*"
            ]
        }
    ]
}