🚀 Canopus-Clothing-Adp-LoRA
このモデルは、衣料品に関するコンテキストプロンプトに特化した画像生成モデルです。現在はまだ学習中で、最終バージョンではないため、アーティファクトが含まれる場合や性能が低い場合があります。
🚀 クイックスタート
このモデルを使用するには、以下の手順に従って設定を行います。
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
(or)
-----------------------------------------------------------
pipe = StableDiffusionXLPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16,
use_safetensors=True,
)
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
pipe.load_lora_weights("prithivMLmods/Canopus-Clothing-Adp-LoRA", weight_name="Canopus-Dress-Clothing-LoRA.safetensors", adapter_name="clth")
pipe.set_adapters("clth")
pipe.to("cuda")
✨ 主な機能
- 衣料品に関するコンテキストプロンプトに強い画像生成能力を持ちます。
- 特定のトリガープロンプトやトリガーワードを使用することで、目的の画像を生成できます。
📚 ドキュメント
モデルの説明
prithivMLmods/Canopus-Clothing-Adp-LoRA
画像処理パラメータは以下の通りです。
パラメータ |
値 |
パラメータ |
値 |
LR Scheduler |
constant |
Noise Offset |
0.03 |
Optimizer |
AdamW |
Multires Noise Discount |
0.1 |
Network Dim |
64 |
Multires Noise Iterations |
10 |
Network Alpha |
32 |
Repeat & Steps |
20 & 1000 |
Epoch |
10 |
Save Every N Epochs |
1 |
トリガープロンプト
以下のトリガープロンプトを使用することで、特定の画像を生成できます。
- Front view, capture a urban style, Hoodie, technical materials, fabric small point label on text 'Graytheory', the design is minimal, with a raised collar, fabric is a dark grey, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting
- Front view, capture a urban style, Hoodie, technical materials, fabric small point label on text 'yellow theory', the design is minimal, with a raised collar, fabric is a light yellow, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting
- Front view, capture a urban style, Hoodie, technical materials, fabric small point label on text 'red theory', the design is minimal, with a raised collar, fabric is a light red, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting
- Front view, capture a urban style, Batman Hoodie, technical materials, fabric small point label on text 'Black theory', the design is minimal, with a raised collar, fabric is a Light red, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting, with batman logo in the chest region of the t - shirt
- Front view, capture a urban style, Superman Hoodie, technical materials, fabric small point label on text 'Blue theory', the design is minimal, with a raised collar, fabric is a Light yellow, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting, with batman logo in the chest region of the t - shirt
- Front view, capture a urban style, Gta Hoodie, technical materials, fabric small point label on text 'Green theory', the design is minimal, with a raised collar, fabric is a Rose, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting, with batman logo in the chest region of the t - shirt
パラメータ |
値 |
Prompt |
Front view, capture a urban style, Superman Hoodie, technical materials, fabric small point label on text 'Blue theory', the design is minimal, with a raised collar, fabric is a Light yellow, low angle to capture the Hoodie's form and detailing, f/5.6 to focus on the hoodie's craftsmanship, solid grey background, studio light setting, with batman logo in the chest region of the t - shirt |
Sampler |
euler |
トリガーワード
画像生成をトリガーするには、Dress, Cloth, Cloth style, Material Style
を使用してください。
モデルのダウンロード
このモデルの重みはSafetensors形式で利用可能です。
ダウンロードは、Files & versionsタブから行えます。
📄 ライセンス
このモデルは、creativeml-openrail-mライセンスの下で提供されています。