Stable Diffusion prompt typing assistant.
Grammarly for Stable Diffusion prompt writing
Stable Diffusion prompt typing assistant. là gì?
Stable Diffusion prompt typing assistant. là một tiện ích mở rộng Chrome được phát triển bởi https://write-ai-art-prompts.com, và tính năng chính của nó là "Grammarly for Stable Diffusion prompt writing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stable Diffusion prompt typing assistant.
Tải xuống các tệp mở rộng Stable Diffusion prompt typing assistant. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stable Diffusion prompt typing assistant. |
ID | dbjmleeimjolifnjbmjpaooibaodhceg |
URL Chính Thức | https://chromewebstore.google.com/detail/stable-diffusion-prompt-t/dbjmleeimjolifnjbmjpaooibaodhceg |
Mô tả | Grammarly for Stable Diffusion prompt writing |
Kích Thước Tệp | 497 KB |
Số Lần Cài Đặt | 1,724 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2022-11-08 |
Ngày Phát Hành | 2022-09-27 |
Đánh Giá | 3.63/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | https://write-ai-art-prompts.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://write-ai-art-prompts.com |
URL Trang Trợ Giúp | https://write-ai-art-prompts.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |