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 هو إضافة Chrome تم تطويرها بواسطة https://luupine.com، والميزة الرئيسية لها هي "An easier prompting tool for Midjourney,Stable Difussion and more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Prompter - for Midjourney and more
قم بتنزيل ملفات الامتداد Image Prompter - for Midjourney and more بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | 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\/*" ] } ] } |