Image Prompter - for Midjourney and more
An easier prompting tool for Midjourney,Stable Difussion and more
Co je Image Prompter - for Midjourney and more?
Image Prompter - for Midjourney and more je rozšíření Chrome vyvinuté https://luupine.com, a jeho hlavní funkcí je „An easier prompting tool for Midjourney,Stable Difussion and more“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Image Prompter - for Midjourney and more
Stáhněte si soubory rozšíření Image Prompter - for Midjourney and more ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Image Prompter - for Midjourney and more |
ID | mgakiomdaaebpebkmjleifhehclodgel |
Oficiální URL | https://chromewebstore.google.com/detail/image-prompter-for-midjou/mgakiomdaaebpebkmjleifhehclodgel |
Popis | An easier prompting tool for Midjourney,Stable Difussion and more |
Velikost souboru | 338 KB |
Počet instalací | 2,321 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2023-07-03 |
Datum Vydání | 2023-05-29 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://luupine.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.luupine.com/ |
URL Stránky Nápovědy | https://twitter.com/luupine_studio |
Podporované Jazyky | 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\/*" ] } ] } |