🚀 ドリュー・バリモア (Flux)
このモデルは、テキストから画像を生成するStable DiffusionベースのLoRAモデルです。特定の人物(ドリュー・バリモア)を対象に学習されており、1995 - 2000年の画像データセットを使用しています。
(CivitAI)
🚀 クイックスタート
モデルの説明
ドリュー・バリモアを対象にFlux用に学習されたモデルです。データセットは1995 - 2000年の画像から収集されています。
モデルのダウンロード
このモデルの重みはSafetensors形式で利用可能です。
ダウンロードは「Files & versions」タブから行えます。
🧨 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/drew-barrymore-flux', weight_name='Drew_Barrymore_Flux.safetensors')
image = pipeline(' beautiful photograph, short wavy golden blonde hair cascading down to her shoulders. she is standing in a cafe wearing a dress. Looking at the viewer smiling.').images[0]
重み付け、マージ、LoRAの融合などの詳細については、diffusersでのLoRAの読み込みに関するドキュメントを確認してください。
📄 ライセンス
このモデルは、bespoke-lora-trained-licenseのライセンスの下で提供されています。
📦 モデル情報
属性 |
详情 |
モデルタイプ |
テキストから画像生成、Stable Diffusion、LoRA、Diffusers |
ベースモデル |
black-forest-labs/FLUX.1-dev |
学習データ |
1995 - 2000年の画像データセット |
💻 使用例
基本的な使用法
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/drew-barrymore-flux', weight_name='Drew_Barrymore_Flux.safetensors')
image = pipeline(' beautiful photograph, short wavy golden blonde hair cascading down to her shoulders. she is standing in a cafe wearing a dress. Looking at the viewer smiling.').images[0]
ウィジェットでの使用例
以下はウィジェットでの使用例です。
- 入力テキスト: ' beautiful photograph, short wavy golden blonde hair cascading down to her shoulders. she is standing in a cafe wearing a dress. Looking at the viewer smiling.'
- 入力テキスト: ' beautiful photograph, short wavy golden blonde hair cascading down to her shoulders. she is standing in a cafe wearing a dress. Looking at the viewer smiling.'
- 入力テキスト: ' The image is a photograph of a woman with a fair complexion and short wavy golden blonde hair cascading down to her shoulders. Her hair appears slightly unkempt, delicate nose, in a cafe wearing a dress. Looking at the viewer smiling.'
- 入力テキスト: ' beautiful photograph, short wavy golden blonde hair cascading down to her shoulders. she is standing in a cafe wearing a dress. Looking at the viewer smiling.'