Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Painter007 & Stable Diffusion Sidebarとは何ですか?
Painter007 & Stable Diffusion Sidebarはhttps://saas-ai.websiteによって開発されたChromeの拡張機能で、その主な機能は「Painter007 & Stable Diffusion & Midjourney AI」です。
拡張機能のスクリーンショット
Painter007 & Stable Diffusion Sidebar拡張機能のCRXファイルをダウンロード
Painter007 & Stable Diffusion Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Painter007 add-on is a creative tool. It is powered by state-of-the-art Stable Diffusion AI. Supports AI Models: ✅ Stable Diffusion img-to-img AI. ✅ Instruct-pix2pix AI model. ✅ Scribble Diffusion AI model. ✅ Style-Based Regression Model. The AI is an AI that generates creative pictures, similar to openai's dalle2 ai. Paint something, and smear picture, get surprising results. Paint your dream!
拡張機能の基本情報
名前 | Painter007 & Stable Diffusion Sidebar |
ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
公式URL | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
説明 | Painter007 & Stable Diffusion & Midjourney AI |
ファイルサイズ | 29.06 KB |
インストール数 | 35 |
現在のバージョン | 1.6 |
最終更新日 | 2024-01-03 |
公開日 | 2023-03-01 |
開発者 | https://saas-ai.website |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://saas-ai1.web.app/#stable-diffusion |
ヘルプページのURL | https://saas-ai1.web.app/support.html |
プライバシーポリシーページのURL | https://saas-ai1.web.app/privacy-policy-for-products.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Painter007 & Stable Diffusion Sidebar", "description": "Painter007 & Stable Diffusion & Midjourney AI", "version": "1.6", "manifest_version": 3, "permissions": [ "contextMenus", "scripting", "activeTab", "sidePanel" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Painter007", "default_popup": "popup.html" }, "side_panel": { "default_path": "popup-sidebar.html" }, "icons": { "16": "painter007_16.png", "32": "painter007_32.png", "48": "painter007_48.png", "128": "painter007_128.png" } } |