AIArtHub & DALLE & StableDiffusion Sidebar

AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney

AIArtHub & DALLE & StableDiffusion Sidebar क्या है?

AIArtHub & DALLE & StableDiffusion Sidebar https://saas-ai.website द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AIArtHub & DALLE & StableDiffusion Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}