AIArtHub & DALLE & StableDiffusion Sidebar
AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney
什么是AIArtHub & DALLE & StableDiffusion Sidebar?
AIArtHub & DALLE & StableDiffusion Sidebar是由https://saas-ai.website开发的Chrome扩展程序,该扩展的主要功能是“AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney”。
扩展截图
下载AIArtHub & DALLE & StableDiffusion Sidebar扩展crx文件
下载AIArtHub & DALLE & StableDiffusion Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AIArtHub is an AI ART park. It integrates 15+ AI MODELS (FOR AI art). Features: 1. It can execute 15+ AI models at the same time, just click the button, you can see the results of different AI models based on the same prompt. 2. You can compare the results of different AI executions and choose the AI ART you think is the best. 3. It also supports random prompt, prompt optimizer. 4. It also supports sharing AI ART to social platforms. AI Model list: 1. stable-diffusion XL 2. stable-diffusion 2.1 3. stable-diffusion 1.5 4. DALL-E & DALL-E2 & DALL-E3 5. kandinsky-2 6. deepfloyd-if 7. material-diffusion 8. controlnet series Midjourney #stablediffusion #controlnet #dalle2 #midjourney
扩展基本信息
名称 | AIArtHub & DALLE & StableDiffusion Sidebar |
ID | dcjnjphelnoddnldhdmlnilfjnjpbnol |
官方URL | https://chromewebstore.google.com/detail/aiarthub-dalle-stablediff/dcjnjphelnoddnldhdmlnilfjnjpbnol |
简介 | AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney |
文件大小 | 279 KB |
安装次数 | 48 |
当前版本 | 1.3 |
更新时间 | 2024-01-03 |
上架时间 | 2023-07-03 |
开发者 | https://saas-ai.website |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://saas-ai1.web.app/ |
帮助页面URL | https://saas-ai1.web.app/support.html |
隐私政策页面URL | https://saas-ai1.web.app/privacy-policy-for-products.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AIArtHub & DALLE & StableDiffusion Sidebar", "description": "AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney", "version": "1.3", "manifest_version": 3, "permissions": [ "contextMenus", "scripting", "sidePanel" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "AIArtHub & DALLE & StableDiffusion", "default_popup": "popup.html" }, "side_panel": { "default_path": "popup-sidebar.html" }, "icons": { "16": "AIArtHub-16.png", "32": "AIArtHub-32.png", "48": "AIArtHub-48.png", "128": "AIArtHub-128.png" } } |