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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}