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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AIArtHub & DALLE & StableDiffusion Sidebar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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"
    }
}