🚀 backdrops_v1
backdrops_v1是一个文本到图像的模型,可根据文本描述生成精美的图像。借助AI Toolkit训练,能与多种工具集成使用,为图像生成提供便利。
🚀 快速开始
模型下载与使用
本模型的权重以Safetensors格式提供,你可以在Files & versions标签中下载模型,然后配合ComfyUI、AUTOMATIC1111、SD.Next、Invoke AI等工具使用。
使用🧨 diffusers库
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")
更多详细信息,包括LoRAs的加权、合并和融合,请查看diffusers中加载LoRAs的文档。
✨ 主要特性
触发词
使用触发词 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。
📦 基础信息
属性 |
详情 |
基础模型 |
ostris/Flex.1-alpha |
许可证 |
creativeml-openrail-m |