🚀 モンツーノ・オメガ・アニメ
このモデルは、アニメ画像生成に特化したモデルです。特定のパラメータ設定を通じて、多様なスタイルのアニメ画像を生成することができます。
✨ 主な機能
- 様々なスタイルのアニメ画像を生成可能。
- 画像生成のパラメータを細かく設定できる。
📦 インストール
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/Montuno-Omega-Anime-LoRA", weight_name="Montuno-Omega-Anime-LoRA.safetensors", adapter_name="rlms")
pipe.set_adapters("rlms")
pipe.to("cuda")
💻 使用例
基本的な使用法
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
高度な使用法
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/Montuno-Omega-Anime-LoRA", weight_name="Montuno-Omega-Anime-LoRA.safetensors", adapter_name="rlms")
pipe.set_adapters("rlms")
pipe.to("cuda")
📚 ドキュメント
モデルの説明
モンツーノ・オメガ・アニメ
画像処理パラメータ
パラメータ |
値 |
パラメータ |
値 |
LRスケジューラ |
constant |
ノイズオフセット |
0.03 |
オプティマイザ |
AdamW |
マルチレゾリューションノイズ割引 |
0.1 |
ネットワーク次元 |
64 |
マルチレゾリューションノイズ反復回数 |
10 |
ネットワークアルファ |
32 |
繰り返し回数 |
20 |
エポック数 |
15 |
保存間隔エポック数 |
1 |
トリガープロンプト
- The face of a woman with brown eyes, in the style of yigal ozeri, light navy and light gray, patrick demarchelier, alayna lemmer, focus on joints/connections, caravaggism, studio light --ar 1:2 --stylize 750 --v 6
- Anime male bartender in a black suit with a red shirt, with korean hairstyle, ilya kuvshinov style, white hair, urban male fanart, korean anime style illustration, korean anime art style, in an korean anime style, lofi male, in korean anime style, korean anime art style, korean anime style portrait
- A woman dressed as a clown with red hair, in the style of magical girl, colorful moebius, light yellow and dark crimson, pencilsteampunk, kintsukuroi, loose and fluid, stylish costume design --ar 68:128 --stylize 750 --v 5.2
パラメータ |
値 |
プロンプト |
Girl stands in a red flower surrounded street, in the style of chinese cultural themes, romantic and nostalgic themes, panasonic lumix s pro 50mm f/1.4, light white and light amber, transparent/translucent medium, elegant , embroidery --ar 1:2 --stylize 750 --niji 6 |
サンプラー |
euler |
モデルのダウンロード
このモデルのウェイトはSafetensors形式で利用可能です。
ダウンロードは、「Files & versions」タブから行えます。
📄 ライセンス
このモデルは、creativeml-openrail-mライセンスの下で提供されています。