Dream Style & Photo AI Sidebar
Dream Style & Stable Diffusion & Midjourney AI
什么是Dream Style & Photo AI Sidebar?
Dream Style & Photo AI Sidebar是由https://chatpdf.website开发的Chrome扩展程序,该扩展的主要功能是“Dream Style & Stable Diffusion & Midjourney AI”。
扩展截图
下载Dream Style & Photo AI Sidebar扩展crx文件
下载Dream Style & Photo AI Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is a link to the Dream Style app. Select the text, then right-click, you can see Dream Style in the menu, and click the Dream Style menu to jump to the Dream Style application.
Dream Style add-on is a creative tool, powered by the most advanced AI, Including:
✅Dall-E3 AI model,
✅Anything AI model v3/v4,
✅Stable Diffusion AI V3
✅ControlNet AI models series.
✅More 11+ Photo AI models
if you want to upload a picture with a unique style temporarily, you only need to enter a simple prompt, and it can be generated immediately. Moreover, if you have a ready-made picture and you want to make your uploaded picture have a unique style, then this addon is a good choice. Dream Style Doc addon will transform the image into different styles. Endless styles can be generated.
#dalle2 #stablediffusion #ScribbleDiffusion #pix2pix #anythingv3 #anythingv4 #midjourney #ControlNet #stylegan 扩展基本信息
| 名称 | |
| ID | fljlehippmdnclfjakjjlhcimkhhjcjp |
| 官方URL | https://chromewebstore.google.com/detail/dream-style-photo-ai-side/fljlehippmdnclfjakjjlhcimkhhjcjp |
| 简介 | Dream Style & Stable Diffusion & Midjourney AI |
| 文件大小 | 435 KB |
| 安装次数 | 132 |
| 当前版本 | 1.9 |
| 更新时间 | 2024-01-03 |
| 上架时间 | 2023-03-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://chatpdf.website |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://saas-ai1.web.app/#Dream-Style |
| 帮助页面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": "Dream Style & Photo AI Sidebar",
"description": "Dream Style & Stable Diffusion & Midjourney AI",
"version": "1.9",
"manifest_version": 3,
"permissions": [
"contextMenus",
"scripting",
"sidePanel"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Dream Style",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "popup-sidebar.html"
},
"icons": {
"16": "dreamstyle-16.png",
"32": "dreamstyle-32.png",
"48": "dreamstyle-48.png",
"128": "dreamstyle-128.png"
}
} | |