🚀 backdrops_v2
backdrops_v2 是一个通过 AI Toolkit by Ostris 训练的模型,可用于文本到图像的转换,生成如壮丽山脉、河流、湖泊等各类美景图像。
✨ 主要特性
- 多风格支持:能生成多种风格的图像,如 Firewatch 风格等。
- 多平台可用:可在 ComfyUI、AUTOMATIC1111、SD.Next、Invoke AI 等平台使用。
- 与 diffusers 库兼容:能方便地与 🧨 diffusers 库集成使用。
📦 安装指南
下载模型
本模型的权重以 Safetensors 格式提供,可在 Files & versions 标签页 下载。
💻 使用示例
基础用法
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('ostris/Flex.1-alpha', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('Cossale/Frames-Flex2', weight_name='backdrops_v2.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")
更多详情
关于加载、合并和融合 LoRAs 的更多细节,请查看 diffusers 中加载 LoRAs 的文档。
📄 许可证
本模型采用 creativeml-openrail-m 许可证。
模型信息
属性 |
详情 |
基础模型 |
ostris/Flex.1-alpha |
许可证 |
creativeml-openrail-m |
触发词说明
⚠️ 重要提示
本模型未定义触发词。
示例展示
以下是一些使用本模型生成的图像示例:
输入文本 |
输出图像 |
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. |
点击查看 |