AIArtHub & DALLE & StableDiffusion Sidebar
AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney
Qu'est-ce que AIArtHub & DALLE & StableDiffusion Sidebar ?
AIArtHub & DALLE & StableDiffusion Sidebar est une extension Chrome développée par https://saas-ai.website, et sa fonction principale est "AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AIArtHub & DALLE & StableDiffusion Sidebar
Téléchargez les fichiers d'extension AIArtHub & DALLE & StableDiffusion Sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AIArtHub & DALLE & StableDiffusion Sidebar |
ID | dcjnjphelnoddnldhdmlnilfjnjpbnol |
URL Officiel | https://chromewebstore.google.com/detail/aiarthub-dalle-stablediff/dcjnjphelnoddnldhdmlnilfjnjpbnol |
Description | AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney |
Taille du Fichier | 279 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2024-01-03 |
Date de Publication | 2023-07-03 |
Développeur | https://saas-ai.website |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://saas-ai1.web.app/ |
URL de la Page d'Aide | https://saas-ai1.web.app/support.html |
URL de la Page de Politique de Confidentialité | https://saas-ai1.web.app/privacy-policy-for-products.html |
Langues Prises en Charge | 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" } } |