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 |
电子邮箱 | [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" } } |