🚀 アヴリル・ラヴィーニ - 2000年代 (Flux LoRa)
このモデルは、2000年代の歌手アヴリル・ラヴィーニのHD画像を生成するのに役立ちます。"Blonde hair" と "black eyeliner" をプロンプトに含めることで、2000年代の彼女のスタイルを再現できます。
(CivitAI)
🚀 クイックスタート
このモデルを使用するには、以下の手順に従ってください。
モデルのダウンロード
このモデルの重みはSafetensors形式で利用可能です。Files & versionsタブからダウンロードしてください。
🧨 diffusersライブラリでの使用
以下のコードを使用して、このモデルを diffusers
ライブラリと一緒に使用できます。
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/avril-lavigne-2000s-flux-lora', weight_name='avrilflx_flux-lora-000002.safetensors')
image = pipeline('A modern portrait of a woman with blonde emo hair styled to frame her face. She has a serene expression, with piercing eyes with black eyeliner and a flawless, natural makeup look that enhances her features. She wears a simple white sweater, exuding elegance and sophistication. The background is a clean, gradient blue, providing a crisp contrast to her light complexion and understated gold earrings. The lighting is soft and diffused, creating a warm and inviting atmosphere while highlighting her skin's natural texture').images[0]
重み付け、マージ、およびLoRAの融合を含む詳細については、diffusersでのLoRAの読み込みに関するドキュメントを参照してください。
✨ 主な機能
- HD画像生成:2000年代のアヴリル・ラヴィーニのHD画像を生成できます。
- スタイル再現:"Blonde hair" と "black eyeliner" をプロンプトに含めることで、2000年代の彼女のスタイルを再現できます。
📦 インストール
このモデルを使用するには、diffusers
ライブラリをインストールする必要があります。以下のコマンドを使用してインストールできます。
pip install diffusers
💻 使用例
基本的な使用法
画像生成をトリガーするには、avrilflx
を使用します。以下は、具体的な使用例です。
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/avril-lavigne-2000s-flux-lora', weight_name='avrilflx_flux-lora-000002.safetensors')
image = pipeline('avrilflx, A modern portrait of a woman with blonde emo hair styled to frame her face. She has a serene expression, with piercing eyes with black eyeliner and a flawless, natural makeup look that enhances her features. She wears a simple white sweater, exuding elegance and sophistication. The background is a clean, gradient blue, providing a crisp contrast to her light complexion and understated gold earrings. The lighting is soft and diffused, creating a warm and inviting atmosphere while highlighting her skin's natural texture').images[0]
📚 ドキュメント
トリガーワード
画像生成をトリガーするには、avrilflx
を使用する必要があります。
モデル情報
属性 |
详情 |
モデルタイプ |
LoRA (Low-Rank Adaptation) |
ベースモデル |
black-forest-labs/FLUX.1-dev |
📄 ライセンス
このモデルは、bespoke-lora-trained-license の下で提供されています。