🚀 backdrops_v1
このモデルは、テキストから画像を生成するためのもので、AI Toolkit by Ostrisを用いて学習されました。いくつかのサンプルを通じて、美しい風景画像を生成する能力を確認できます。
🚀 クイックスタート
このモデルは、ComfyUI、AUTOMATIC1111、SD.Next、Invoke AIなどの様々なツールで利用できます。また、🧨 diffusersライブラリを使用しても利用可能です。
✨ 主な機能
- テキスト入力に基づいて、美しい風景画像を生成します。
- トリガーワード「FRM$」を使用することで、特定のスタイルの画像生成が可能です。
📦 インストール
モデルのダウンロード
このモデルのウェイトはSafetensors形式で提供されています。Files & versionsタブからダウンロードできます。
💻 使用例
基本的な使用法
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('Cossale/Frames-Flex.1', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('None', weight_name='backdrops_v1.safetensors')
image = pipeline('FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.').images[0]
image.save("my_image.png")
高度な使用法
より詳細な情報、LoRAの重み付け、マージ、融合については、diffusersでのLoRAの読み込みに関するドキュメントを参照してください。
📚 ドキュメント
トリガーワード
トリガーワードとして「FRM$」を使用することで、特定のスタイルの画像生成が可能です。
サンプル
以下は、いくつかのサンプルテキストと生成された画像の例です。
- 入力テキスト: FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.
- 入力テキスト: FRM$ a river flowing near a mountain and plains land, firewatch style, watch tower on mountain, purplish dominant color, animals
- 入力テキスト: FRM$ a breathtaking view of the Great Smoky Mountains from the top of a mountain at sunset. The sky is a beautiful mix of oranges, pinks, and purples, and the clouds are illuminated by the setting sun. The mountains are silhouetted against the sky, creating a stunning landscape.
- 入力テキスト: FRM$ a small, secluded lake nestled amidst a valley of stylized, low-poly mountains, reminiscent of the Firewatch art style. A simple wooden watchtower overlooks the lake, its silhouette sharp against the warm, orange and pink hues of a sunset sky. A small herd of deer graze peacefully near the lakeshore. The overall scene should evoke a sense of tranquility and isolation, with a vibrant yet slightly muted color palette.
📄 ライセンス
このモデルは、creativeml-openrail-mライセンスの下で提供されています。
属性 |
详情 |
モデルタイプ |
text-to-image |
ベースモデル |
ostris/Flex.1-alpha |
ライセンス |
creativeml-openrail-m |