Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
Что такое Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar - это расширение Chrome, разработанное https://saas-ai.website, и его основная функция - "Painter007 & Stable Diffusion & Midjourney AI".
Снимки экрана расширения
Скачать файл CRX расширения Painter007 & Stable Diffusion Sidebar
Скачайте файлы расширений 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! Основная информация о расширении
| Название | |
| 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 |
| Электронная почта | [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"
}
} | |