AIArtHub & DALLE & StableDiffusion Sidebar
AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney
AIArtHub & DALLE & StableDiffusion Sidebarคืออะไร?
AIArtHub & DALLE & StableDiffusion Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saas-ai.website และคุณลักษณะหลักของมันคือ "AIArtHub & DALLE & StableDiffusion & ControlNet & Midjourney"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIArtHub & DALLE & StableDiffusion Sidebar
ดาวน์โหลดไฟล์ส่วนขยาย AIArtHub & DALLE & StableDiffusion Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |