Stable Diffusion prompt typing assistant.

Grammarly for Stable Diffusion prompt writing

Что такое Stable Diffusion prompt typing assistant.?

Stable Diffusion prompt typing assistant. - это расширение Chrome, разработанное https://write-ai-art-prompts.com, и его основная функция - "Grammarly for Stable Diffusion prompt writing".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Stable Diffusion prompt typing assistant.

Скачайте файлы расширений Stable Diffusion prompt typing assistant. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Stable Diffusion prompt typing assistant. Stable Diffusion prompt typing assistant.
ID dbjmleeimjolifnjbmjpaooibaodhceg
Официальный URL https://chromewebstore.google.com/detail/stable-diffusion-prompt-t/dbjmleeimjolifnjbmjpaooibaodhceg
Описание Grammarly for Stable Diffusion prompt writing
Размер файла 497 KB
Количество установок 1,724
Текущая Версия 0.3.0
Последнее Обновление 2022-11-08
Дата публикации 2022-09-27
Рейтинг 3.63/5 Всего 32 оценок
Разработчик https://write-ai-art-prompts.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://write-ai-art-prompts.com
URL страницы помощи https://write-ai-art-prompts.com
Поддерживаемые языки 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\/*"
    ]
}