Stable Diffusion prompt typing assistant.

Grammarly for Stable Diffusion prompt writing

Was ist Stable Diffusion prompt typing assistant.?

Stable Diffusion prompt typing assistant. ist eine Chrome-Erweiterung, die von https://write-ai-art-prompts.com entwickelt wurde, und ihr Hauptmerkmal ist "Grammarly for Stable Diffusion prompt writing".

Erweiterungsscreenshots

screenshot

Stable Diffusion prompt typing assistant.-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stable Diffusion prompt typing assistant.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Learn faster how to write prompts that generate astonishing images.
This Chrome Extension directly suggest which words to use during your writing.

When playing with image generation algorithms like Stable Diffusion, it is common to waste time experimenting with different combinations of keywords and modifiers. Unfortunately, generating images using AI takes time and computational resources.
This tool saves time and money by using Natural Language Processing algorithms to suggest words that most improve the outcome images.                    

Grundlegende Informationen zur Erweiterung

Name Stable Diffusion prompt typing assistant. Stable Diffusion prompt typing assistant.
ID dbjmleeimjolifnjbmjpaooibaodhceg
Offizielle URL https://chromewebstore.google.com/detail/stable-diffusion-prompt-t/dbjmleeimjolifnjbmjpaooibaodhceg
Beschreibung Grammarly for Stable Diffusion prompt writing
Dateigröße 497 KB
Installationsanzahl 1,724
Aktuelle Version 0.3.0
Letztes Update 2022-11-08
Veröffentlichungsdatum 2022-09-27
Bewertung 3.63/5 Insgesamt 32 Bewertungen
Entwickler https://write-ai-art-prompts.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://write-ai-art-prompts.com
Hilfeseite URL https://write-ai-art-prompts.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stable Diffusion prompt typing assistant.",
    "version": "0.3.0",
    "description": "Grammarly for Stable Diffusion prompt writing",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dreamstudio.ai\/*"
            ],
            "js": [
                "static\/js\/dreamstudio.js"
            ],
            "css": [
                "static\/css\/dreamstudio.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Grammarly for Stable Diffusion prompt writing",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/write-ai-art-prompts.com\/api\/v2\/*"
    ]
}