Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Co je Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar je rozšíření Chrome vyvinuté https://saas-ai.website, a jeho hlavní funkcí je „Painter007 & Stable Diffusion & Midjourney AI“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Painter007 & Stable Diffusion Sidebar
Stáhněte si soubory rozšíření Painter007 & Stable Diffusion Sidebar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! Základní Informace o Rozšíření
| Název | |
| ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
| Oficiální URL | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
| Popis | Painter007 & Stable Diffusion & Midjourney AI |
| Velikost souboru | 29.06 KB |
| Počet instalací | 35 |
| Aktuální Verze | 1.6 |
| Poslední Aktualizace | 2024-01-03 |
| Datum Vydání | 2023-03-01 |
| Vývojář | https://saas-ai.website |
| [email protected] | |
| Typ Platby | in_app |
| Webové stránky Rozšíření | https://saas-ai1.web.app/#stable-diffusion |
| URL Stránky Nápovědy | https://saas-ai1.web.app/support.html |
| URL Stránky Zásad Ochrany Soukromí | https://saas-ai1.web.app/privacy-policy-for-products.html |
| Podporované Jazyky | 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"
}
} | |