🚀 EBook-Creative-Cover-Flux-LoRA
このモデルは電子書籍の表紙を生成するためのLoRAモデルです。現在トレーニング中で、最終バージョンではないため、アーティファクトが含まれる場合や性能が低い場合があります。
⚠️ 重要提示
このモデルはまだトレーニング段階にあり、最終バージョンではないため、アーティファクトが含まれる場合や性能が低い場合があります。
✨ 主な機能
- 電子書籍の表紙を生成することができます。
- 様々なパラメータを調整することで、生成される表紙の品質を向上させることができます。
📦 インストール
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "prithivMLmods/EBook-Creative-Cover-Flux-LoRA"
trigger_word = "EBook Cover"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
📚 ドキュメント
モデルの説明
prithivMLmods/EBook-Creative-Cover-Flux-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 |
23 & 2240 |
Epoch |
15 |
Save Every N Epochs |
1 |
ラベリング: florence2-en(自然言語 & 英語)
トレーニングに使用された総画像数: 17 [Hi-RES]
最適な解像度
- 1024 x 1024 (デフォルト)
- 768 x 1024
データソース
トリガーワード
画像生成をトリガーするには、EBook Cover
を使用する必要があります。
モデルのダウンロード
このモデルの重みはSafetensors形式で利用可能です。
ダウンロード は、Files & versionsタブで行えます。
💻 使用例
基本的な使用法
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "prithivMLmods/EBook-Creative-Cover-Flux-LoRA"
trigger_word = "EBook Cover"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
prompt = "Close-up, eye-level view of a mysterious eBook cover titled \"The Lost Path.\" The background is a worn, dark blue, with faint compass markings across the cover. The title, \"The Lost Path,\" is written in a bold, metallic silver font, slightly distressed. Beneath the title, the author's name, \"By Caroline Grey,\" appears in a smaller, elegant font in white."
image = pipe(prompt).images[0]
image.save("output.png")
サンプル画像 (768 x 1024)

プロンプト |
Close-up, eye-level view of a mysterious eBook cover titled "The Lost Path." The background is a worn, dark blue, with faint compass markings across the cover. The title, "The Lost Path," is written in a bold, metallic silver font, slightly distressed. Beneath the title, the author's name, "By Caroline Grey," appears in a smaller, elegant font in white. |
📄 ライセンス
creativeml-openrail-m