Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Co to jest Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar to rozszerzenie Chrome opracowane przez https://saas-ai.website, a jego główną funkcją jest „Painter007 & Stable Diffusion & Midjourney AI”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Painter007 & Stable Diffusion Sidebar
Pobierz pliki rozszerzeń Painter007 & Stable Diffusion Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
| Oficjalny URL | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
| Opis | Painter007 & Stable Diffusion & Midjourney AI |
| Rozmiar pliku | 29.06 KB |
| Liczba instalacji | 35 |
| Aktualna Wersja | 1.6 |
| Ostatnia Aktualizacja | 2024-01-03 |
| Data Publikacji | 2023-03-01 |
| Deweloper | https://saas-ai.website |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://saas-ai1.web.app/#stable-diffusion |
| Adres URL Strony Pomocy | https://saas-ai1.web.app/support.html |
| Adres URL Strony Polityki Prywatności | https://saas-ai1.web.app/privacy-policy-for-products.html |
| Obsługiwane Języki | 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"
}
} | |