사용자 LoRA

XL
캐릭터

【Illustrious-XL v0.1】Mage メイジ / ビキニ・ウォリアーズ Bikini Warriors

#비키니 워리어즈

커버 제거됨: 콘텐츠 규칙 위반

-커버 이미지를 다시 업로드하십시오

  • 여전히 이 모델을 검색하고 사용할 수 있습니다
업로드 날짜
2024. 11. 27. AM 11:33
이용수
135
리뷰
리뷰 없음
트리거 단어

mage (bikini warriors), purple eyes,short hair, purple hair

권한
  • 이미지 생성 및 공유 허용
  • 다른 사용자가 내 모델을 다운로드하도록 허용합니다
  • 생성된 이미지의 상업적 이용 허용

설명

https://civitai.com/models/889712/illustrious-xl-v01mage-bikini-warriors

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Copy Prompt</title> <style> .copy-button { margin-top: 10px; padding: 10px 20px; background-color: #007bff; color: white; border: none; border-radius: 5px; cursor: pointer; } pre { background-color: #f4f4f4; padding: 10px; border: 1px solid #ddd; border-radius: 5px; } </style> </head> <body> <h1>プロンプト一覧</h1> <pre id="prompt-text"> shizuko-default,shizuko (blue archive),purple eyes,black hair,long hair,two side up,headdress, halo, japanese clothes,wide sleeves,apron,frilled skirt,black skirt,white thighhighs,sandals </pre> <button class="copy-button" onclick="copyText()">コピーする</button>
<script>
    function copyText() {
        const text = document.getElementById("prompt-text").innerText;
        navigator.clipboard.writeText(text).then(() => {
            alert("プロンプトをコピーしました!");
        }).catch(err => {
            alert("コピーに失敗しました: " + err);
        });
    }
</script>
</body> </html>

댓글