🚀 Simple-Doodle-SD3.5-Turbo
このモデルは、テキストから画像を生成するためのLoRAモデルです。特定のスタイルのキャラクターや風景などのカートゥーン画を生成することができます。
🚀 クイックスタート
サンプル画像
⚠️ 重要提示
このモデルはまだ学習段階にあります。これは最終バージョンではなく、アーティファクトが含まれる場合や、一部のケースで性能が低い可能性があります。
✨ 主な機能
- テキスト入力に基づいて、シンプルなカートゥーン画を生成します。
- 特定のスタイルや要素を指定することで、多様な画像を生成できます。
📦 インストール
セットアップコード
from diffusers import DiffusionPipeline
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
model_repo_id = "stabilityai/stable-diffusion-3.5-large-turbo"
torch_dtype = torch.bfloat16 if torch.cuda.is_available() else torch.float32
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
pipe = pipe.to(device)
pipe.load_lora_weights("prithivMLmods/Simple-Doodle-SD3.5-Turbo", weight_name="SD3.5-Turbo-Realism-2.0-LoRA.safetensors")
trigger_word = "Simple Doodle"
pipe.fuse_lora(lora_scale=1.0)
💻 使用例
基本的な使用法
画像生成をトリガーするには、Simple Doodle
を使用する必要があります。以下に具体的なテキスト入力例を示します。
Simple Doodle, A cartoon drawing of a woman with long dark brown hair and a white face. The womans face has black eyes, a black nose, and a black smile. She is wearing a peach colored top with a white collar. The background is a light beige color.
出力例

他の使用例
Simple Doodle, A cartoon drawing of a mountain range with snow on it. The mountain range is outlined in a light green color. There is a pink mountain range in the middle of the mountain range. There are trees in the bottom left corner of the image. The sky is a light blue color and there are clouds in the top right corner. The sun is shining through the clouds.
出力例

📚 ドキュメント
モデルの説明
prithivMLmods/Simple-Doodle-SD3.5-Turbo
属性 |
详情 |
モデルタイプ |
LoRA (Low-Rank Adaptation) を使用したStable Diffusion 3.5 Turboベースのモデル |
ベースモデル |
stabilityai/stable-diffusion-3.5-large-turbo |
ラベリング |
florence2-en(自然言語 & 英語) |
学習に使用した総画像数 |
18 |
画像処理パラメータ
パラメータ |
値 |
パラメータ |
値 |
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 & 2300 |
Epoch |
10 |
Save Every N Epochs |
1 |
アプリケーションのファイル構造
/project-root/
├── .gitattributes
├── README.md
├── app.py
├── pythonproject.py
トリガーワード
画像生成をトリガーするには、Simple Doodle
を使用する必要があります。
モデルのダウンロード
このモデルの重みはSafetensors形式で利用可能です。
こちらからダウンロード できます(Files & versionsタブ)。
📄 ライセンス
このモデルは creativeml-openrail-m
ライセンスの下で提供されています。