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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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. |
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\/*" ] } |