Stable Diffusion prompt typing assistant.
Grammarly for Stable Diffusion prompt writing
Stable Diffusion prompt typing assistant. क्या है?
Stable Diffusion prompt typing assistant. https://write-ai-art-prompts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grammarly for Stable Diffusion prompt writing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stable Diffusion prompt typing assistant. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. |
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\/*" ] } |