ユーザーLoRA

XL
キャラ

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

#ビキニ・ウォリアーズ

表紙が削除されました: コンテンツ規則違反

  • 新しい表紙画像をアップロード
  • モデルの検索と利用に支障はありません
アップロード日時
2024/11/27 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>

コメント