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”。
擴展截圖
下載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 |
ID | mgakiomdaaebpebkmjleifhehclodgel |
官方網址 | 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\/*" ] } ] } |