AI Anime Character Generator - Text To Anime

Use Live3d's AI Anime Character Generator to create stunning AI anime characters in seconds.

AI Anime Character Generator - Text To Animeคืออะไร?

AI Anime Character Generator - Text To Anime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live3D และคุณลักษณะหลักของมันคือ "Use Live3d's AI Anime Character Generator to create stunning AI anime characters in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Anime Character Generator - Text To Anime

ดาวน์โหลดไฟล์ส่วนขยาย AI Anime Character Generator - Text To Anime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AI Anime Character Generator is a chrome extension that can help you quickly create anime AI art. It provides pre-trained AI models to generate accurate and high-quality AI anime art through simple prompts.

It is developed based on Stable Diffusion and has the ability to generate images through natural language similar to Midjourney.

Unleash the amazing power of AI Anime Character Generator, create your dream anime character in seconds.

Features: 
1. Generate High quality AI Art From Prompt:
With AI Anime Character Generator, painting skills are no longer necessary to create anime characters or vtuber avatars. This powerful tool allows anyone to effortlessly generate free AI anime character art. Simply input your desired prompts for the anime art, and the AI algorithm will produce exceptional and captivating anime characters that precisely align with your description. Give it a try and experience the simplicity of creating breathtaking anime art from text!

2. Provide Efficient AI Art Models:
Are you still struggling to find the right AI painting model? Look no further than this AI Anime Character Generator. It seamlessly combines stable and efficient training models, including Anything V5 and stable diffusion, ensuring reliable results. Additionally, it offers a vast selection of Lore models to assist you in generating your preferred anime character art or vtuber avatar. Rest assured, there's a perfect fit for you right here.

3. 100% Safe and No Limit:
Our extension ensures complete privacy as it does not collect any user information. You can use it without any concerns regarding privacy issues. Plus, there's no need to download anything since all the operations are performed directly on your browser.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Ai Anime Character Generator's Version Updates:
● Version 1.1.0
    ○ Add 9 new styles Lora such as 3D and Detail
    ○ Add 11 new characters Lora such as Magician and Purah
    ○ Optimize AI to generate image queues
● Version 1.0.0: 
    ○ Provided 4 types of character Lora such as Kafka and Illya
    ○ prefabricated random prompt words
    ○ added generated image queue                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Anime Character Generator - Text To Anime AI Anime Character Generator - Text To Anime
ID gjgpkaoddmagbljkjfcefhpdnkhknijb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-anime-character-genera/gjgpkaoddmagbljkjfcefhpdnkhknijb
คำอธิบาย Use Live3d's AI Anime Character Generator to create stunning AI anime characters in seconds.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 742
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-06-04
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Live3D
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://live3d.io/ai_anime_art_generator
URL หน้านโยบายความเป็นส่วนตัว https://animegenius.live3d.io/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*",
                "fonts\/*",
                "page.html"
            ]
        }
    ]
}