🚀 Protogen x3.4 (写実性) 公式リリース
Protogen x3.4は、高品質な画像生成を目的としたモデルです。Stable Diffusionをベースに、多様なデータセットで微調整され、写実性を強化したバージョンです。
Protogen x3.4 (写実性) 公式リリース
研究モデル:darkstorm2150
🚀 クイックスタート
このセクションでは、Protogen x3.4の基本的な使い方を説明します。
✨ 主な機能
- 高度な写実性:Protogen x3.4は、写真のような高品質な画像を生成することができます。
- 多様なスタイル対応:Trigger Wordsを使って、様々なスタイルの画像を生成できます。
- 柔軟な学習手法:Granular Adaptive Learningを用いて、データの特徴に柔軟に適応します。
📦 インストール
このモデルを実行するには、model.ckpt
またはmodel.safetensor
をダウンロードし、stable-diffusion-webui\models\Stable-diffusion
ディレクトリにインストールします。
CompVis
Safetensors
💻 使用例
基本的な使用法
from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
import torch
prompt = (
"modelshoot style, (extremely detailed CG unity 8k wallpaper), full shot body photo of the most beautiful artwork in the world, "
"english medieval witch, black silk vale, pale skin, black silk robe, black cat, necromancy magic, medieval era, "
"photorealistic painting by Ed Blinkey, Atey Ghailan, Studio Ghibli, by Jeremy Mann, Greg Manchess, Antonio Moro, trending on ArtStation, "
"trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski"
)
model_id = "darkstorm2150/Protogen_x3.4_Official_Release"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")
image = pipe(prompt, num_inference_steps=25).images[0]
image.save("./result.jpg")

📚 詳細ドキュメント
Granular Adaptive Learning
Granular adaptive learningは、機械学習における手法で、モデルの学習プロセスを細かいレベルで調整します。これにより、データの特定のパターンや特徴に適応することができます。
Trigger Words
以下のTrigger Wordsを使って、様々なスタイルの画像を生成できます。
- modelshoot style
- analog style
- mdjrny-v4 style
- nousr robot
Checkpoint Merging Data Reference
モデル |
Protogen v2.2 (アニメ) |
Protogen x3.4 (写真) |
Protogen x5.3 (写真) |
Protogen x5.8 (サイエンスフィクション/アニメ) |
Protogen x5.9 (ドラゴン) |
Protogen x7.4 (エクリプス) |
Protogen x8.0 (ノヴァ) |
Protogen x8.6 (インフィニティ) |
seek_art_mega v1 |
52.50% |
42.76% |
42.63% |
|
|
|
25.21% |
14.83% |
modelshoot v1 |
30.00% |
24.44% |
24.37% |
2.56% |
2.05% |
3.48% |
22.91% |
13.48% |
elldreth v1 |
12.64% |
10.30% |
10.23% |
|
|
|
6.06% |
3.57% |
photoreal v2 |
|
|
10.00% |
48.64% |
38.91% |
66.33% |
20.49% |
12.06% |
analogdiffusion v1 |
|
4.75% |
4.50% |
|
|
|
1.75% |
1.03% |
openjourney v2 |
|
4.51% |
4.28% |
|
|
4.75% |
2.26% |
1.33% |
hassan1.4 |
2.63% |
2.14% |
2.13% |
|
|
|
1.26% |
0.74% |
f222 |
2.23% |
1.82% |
1.81% |
|
|
|
1.07% |
0.63% |
hasdx |
|
|
|
20.00% |
16.00% |
4.07% |
5.01% |
2.95% |
moistmix |
|
|
|
16.00% |
12.80% |
3.86% |
4.08% |
2.40% |
roboDiffusion v1 |
|
4.29% |
|
12.80% |
10.24% |
3.67% |
4.41% |
2.60% |
RPG v3 |
|
5.00% |
|
|
20.00% |
4.29% |
4.29% |
2.52% |
anything&everything |
|
|
|
|
|
4.51% |
0.56% |
0.33% |
dreamlikediff v1 |
|
|
|
|
|
5.0% |
0.63% |
0.37% |
sci-fidiff v1 |
|
|
|
|
|
|
|
3.10% |
synthwavepunk v2 |
|
|
|
|
|
|
|
3.26% |
mashupv2 |
|
|
|
|
|
|
|
11.51% |
dreamshaper 252 |
|
|
|
|
|
|
|
4.04% |
comicdiff v2 |
|
|
|
|
|
|
|
4.25% |
artEros |
|
|
|
|
|
|
|
15.00% |
📄 ライセンス
ダウンロードすることで、以下のライセンスの条件に同意するものとみなされます。