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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dream Style & Photo AI Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Dream Style & Photo AI Sidebar Dream Style & Photo AI Sidebar
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"
    }
}